#B876CC

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

Shades of East Side #B876CC

Tints of East Side #B876CC

Color information

#B876CC (or 0xB876CC) is unknown color: approx East Side. HEX triplet: B8, 76 and CC. RGB value is (184,118,204). Sum of RGB (Red+Green+Blue) = 184+118+204=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #B876CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876CC is #478933. Grayscale: #939393. Windows color (decimal): -4688180 or 13399736. OLE color: 13399736.

HSL color Cylindrical-coordinate representation of color #B876CC: hue angle of 286.05º degrees, saturation: 0.46, 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 #B876CC is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB184118204-
CMYK0.100.4200.2
HSL286.05º45.74%63.14%-
HSV(B)286.05º42.16%80%-
XYZ37.1427.5160.48-
YUV147.54159.87154.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.36%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 204 (80.08% from 255) = 40.32%
R=36.36%
G=23.32%
B=40.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1841182040.100.4200.2286.0545.7463.14
HexB876CCA2A01411e2e3f
Octal27016631412520244365677
Binary101110001110110110011001010101010010100100011110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B876CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B876CC; }

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

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

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

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

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

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

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

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