#B576CC

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

Shades of East Side #B576CC

Tints of East Side #B576CC

Color information

#B576CC (or 0xB576CC) is unknown color: approx East Side. HEX triplet: B5, 76 and CC. RGB value is (181,118,204). Sum of RGB (Red+Green+Blue) = 181+118+204=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #B576CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576CC is #4A8933. Grayscale: #929292. Windows color (decimal): -4884788 or 13399733. OLE color: 13399733.

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

Color convert

RGB181118204-
CMYK0.110.4200.2
HSL283.95º45.74%63.14%-
HSV(B)283.95º42.16%80%-
XYZ36.4327.1460.45-
YUV146.64160.37152.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.98%
GREEN value IS 118 (46.48% from 255) = 23.46%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=35.98%
G=23.46%
B=40.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811182040.110.4200.2283.9545.7463.14
HexB576CCB2A01411c2e3f
Octal26516631413520244345677
Binary101101011110110110011001011101010010100100011100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B576CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B576CC; }

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

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

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

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

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

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

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

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