Color Hex Logo

#b201bc Color Hex

#B201BC
(178,1,188)
0 Favorites   0 Comments

Color spaces of #b201bc

RGB 1781188
HSL0.820.990.37
HSV297°99°74°
CMYK 0.050.990.00   0.26
XYZ27.448113.117548.6622
Yxy13.11750.30760.1470
Hunter Lab36.218171.8957-54.3087
CIE-Lab42.939876.4416-51.2914

#b201bc color RGB value is (178,1,188).

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

The process color (four color CMYK) of #b201bc color hex is 0.05, 0.99, 0.00, 0.26. Web safe color of #b201bc is #9900cc. Color #b201bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000001 10111100
Octal 262 1 274
Decimal 178 1 188
Hex B2 1 BC

RGB Percentages of Color #b201bc

%48.50
%0.27
%51.23

CMYK Percentages of Color #b201bc

%5
%99
%0
%26

Triadic Colors of #b201bc

#b201bc #bcb201 #01bcb2

Analogous Colors of #b201bc

#b201bc #bc0169 #5401bc

Monochromatic Colors of #b201bc

#b201bc

Complementary Color

#b201bc #0bbc01

#b201bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b201bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b201bc Color CSS Codes

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

#b201bc Text Font Color

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

This sample text font color is #b201bc
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.


#b201bc Background Color

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

This div background color is #b201bc


#b201bc Border Color

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

This div border color is #b201bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b201bc


Comments

No comments written yet.

Please login to write comment.