#B876CB

Color #B876CB East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B876CB

Tints of East Side #B876CB

Color information

#B876CB (or 0xB876CB) is unknown color: approx East Side. HEX triplet: B8, 76 and CB. RGB value is (184,118,203). Sum of RGB (Red+Green+Blue) = 184+118+203=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #B876CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876CB is #478934. Grayscale: #939393. Windows color (decimal): -4688181 or 13334200. OLE color: 13334200.

HSL color Cylindrical-coordinate representation of color #B876CB: hue angle of 286.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B876CB is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184118203-
CMYK0.090.4200.20
HSL286.59º44.97%62.94%-
HSV(B)286.59º41.87%79.61%-
XYZ37.0327.4659.85-
YUV147.42159.37154.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 36.44%
GREEN value IS 118 (46.48% from 255) = 23.37%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=36.44%
G=23.37%
B=40.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841182030.090.4200.20286.5944.9762.94
HexB876CB92A01411f2d3f
Octal27016631311520244375577
Binary101110001110110110010111001101010010100100011111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B876CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B876CB; }

 p { color: rgb(184,118,203); }

 H1.HeaderClassName
 {
   color: #B876CB;
 }
 .AnyTagClassName
 {
   color: #B876CB;
 }
</style>
background-color css

<style>
 a { background-color: #B876CB; }

 a { background-color: rgb(184,118,203); }

 div.DivClassName
 {
   background-color: #B876CB;
 }
 .BgClassName
 {
   background-color: #B876CB;
 }
</style>
border-color css

<style>
 span { border-color: #B876CB; }

 span { border-color: rgb(184,118,203); }

 td.TdClassName
 {
   border-color: #B876CB;
 }
 .TagClassName
 {
   border-color: #B876CB;
 }
</style>