#B576C9

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

Shades of East Side #B576C9

Tints of East Side #B576C9

Color information

#B576C9 (or 0xB576C9) is unknown color: approx East Side. HEX triplet: B5, 76 and C9. RGB value is (181,118,201). Sum of RGB (Red+Green+Blue) = 181+118+201=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 201 - color contains mainly: blue. Hex color #B576C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576C9 is #4A8936. Grayscale: #929292. Windows color (decimal): -4884791 or 13203125. OLE color: 13203125.

HSL color Cylindrical-coordinate representation of color #B576C9: hue angle of 285.54º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B576C9 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181118201-
CMYK0.100.4100.21
HSL285.54º43.46%62.55%-
HSV(B)285.54º41.29%78.82%-
XYZ36.082758.57-
YUV146.3158.87152.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.2%
GREEN value IS 118 (46.48% from 255) = 23.6%
BLUE value IS 201 (78.91% from 255) = 40.2%
R=36.2%
G=23.6%
B=40.2%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811182010.100.4100.21285.5443.4662.55
HexB576C9A2901511e2b3f
Octal26516631112510254365377
Binary101101011110110110010011010101001010101100011110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B576C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B576C9; }

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

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

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

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

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

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

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

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