#b976cc

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

Shades of East Side #B976CC

Tints of East Side #B976CC

Color information

#B976CC (or 0xB976CC) is unknown color: approx East Side. HEX triplet: B9, 76 and CC. RGB value is (185,118,204). Sum of RGB (Red+Green+Blue) = 185+118+204=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #B976CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976CC is #468933. Grayscale: #939393. Windows color (decimal): -4622644 or 13399737. OLE color: 13399737.

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

Color convert

RGB185118204-
CMYK0.090.4200.2
HSL286.74º45.74%63.14%-
HSV(B)286.74º42.16%80%-
XYZ37.3927.6360.49-
YUV147.84159.7154.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 118 (46.48% from 255) = 23.27%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=36.49%
G=23.27%
B=40.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851182040.090.4200.2286.7445.7463.14
HexB976CC92A01411f2e3f
Octal27116631411520244375677
Binary101110011110110110011001001101010010100100011111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b976cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b976cc; }

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

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

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

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

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

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

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

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