Color Hex Logo

#b200bf Color Hex

#B200BF
(178,0,191)
0 Favorites   0 Comments

Color spaces of #b200bf

RGB 1780191
HSL0.821.000.37
HSV296°100°75°
CMYK 0.071.000.00   0.25
XYZ27.764113.226650.3799
Yxy13.22660.30390.1448
Hunter Lab36.368472.6245-56.6745
CIE-Lab43.102777.0026-52.7888

#b200bf color RGB value is (178,0,191).

#b200bf hex color red value is 178, green value is 0 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b200bf hue: 0.82 , saturation: 1.00 and the lightness value of b200bf is 0.37.

The process color (four color CMYK) of #b200bf color hex is 0.07, 1.00, 0.00, 0.25. Web safe color of #b200bf is #9900cc. Color #b200bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000000 10111111
Octal 262 0 277
Decimal 178 0 191
Hex B2 0 BF

RGB Percentages of Color #b200bf

%48.24
%0.00
%51.76

CMYK Percentages of Color #b200bf

%7
%100
%0
%25

Triadic Colors of #b200bf

#b200bf #bfb200 #00bfb2

Analogous Colors of #b200bf

#b200bf #bf006d #5200bf

Monochromatic Colors of #b200bf

#b200bf

Complementary Color

#b200bf #0dbf00

#b200bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b200bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b200bf Color CSS Codes

.mybgcolor {background-color:#b200bf; } 
.myforecolor {color:#b200bf; }
.mybordercolor {border:3px solid #b200bf; }

#b200bf Text Font Color

<p style="color:#b200bf">Text here</p>

This sample text font color is #b200bf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b200bf Background Color

<div style="background-color:#b200bf">
Div content here</div>

This div background color is #b200bf


#b200bf Border Color

<div style="border:3px solid #b200bf">
Div here</div>

This div border color is #b200bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,0,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b200bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b200bf;
  -webkit-box-shadow: 1px 1px 3px 2px #b200bf;
  box-shadow:         1px 1px 3px 2px #b200bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,0,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b200bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b200bf;
  -webkit-box-shadow: 1px 1px 3px 2px #b200bf;
  box-shadow:         1px 1px 3px 2px #b200bf;">
Div content here</div>

This div box has shadow with color #b200bf


Comments

No comments written yet.

Please login to write comment.