Color Hex Logo

#b231bc Color Hex

#B231BC
(178,49,188)
0 Favorites   0 Comments

Color spaces of #b231bc

RGB 17849188
HSL0.820.590.46
HSV296°74°74°
CMYK 0.050.740.00   0.26
XYZ28.535515.292449.0247
Yxy15.29240.30730.1647
Hunter Lab39.105561.8178-46.9552
CIE-Lab46.032167.4204-46.3385

#b231bc color RGB value is (178,49,188).

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

The process color (four color CMYK) of #b231bc color hex is 0.05, 0.74, 0.00, 0.26. Web safe color of #b231bc is #9933cc. Color #b231bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110001 10111100
Octal 262 61 274
Decimal 178 49 188
Hex B2 31 BC

RGB Percentages of Color #b231bc

%42.89
%11.81
%45.30

CMYK Percentages of Color #b231bc

%5
%74
%0
%26

Triadic Colors of #b231bc

#b231bc #bcb231 #31bcb2

Analogous Colors of #b231bc

#b231bc #bc3181 #6d31bc

Monochromatic Colors of #b231bc

#b231bc

Complementary Color

#b231bc #3bbc31

#b231bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b231bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b231bc Color CSS Codes

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

#b231bc Text Font Color

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

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


#b231bc Background Color

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

This div background color is #b231bc


#b231bc Border Color

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

This div border color is #b231bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,49,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 #b231bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b231bc


Comments

No comments written yet.

Please login to write comment.