#B576D4

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

Shades of East Side #B576D4

Tints of East Side #B576D4

Color information

#B576D4 (or 0xB576D4) is unknown color: approx East Side. HEX triplet: B5, 76 and D4. RGB value is (181,118,212). Sum of RGB (Red+Green+Blue) = 181+118+212=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #B576D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576D4 is #4A892B. Grayscale: #939393. Windows color (decimal): -4884780 or 13924021. OLE color: 13924021.

HSL color Cylindrical-coordinate representation of color #B576D4: hue angle of 280.21º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B576D4 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB181118212-
CMYK0.150.4400.17
HSL280.21º52.22%64.71%-
HSV(B)280.21º44.34%83.14%-
XYZ37.4227.5365.63-
YUV147.55164.37151.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.42%
GREEN value IS 118 (46.48% from 255) = 23.09%
BLUE value IS 212 (83.20% from 255) = 41.49%
R=35.42%
G=23.09%
B=41.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1811182120.150.4400.17280.2152.2264.71
HexB576D4F2C0111183441
Octal265166324175402143064101
Binary1011010111101101101010011111011000100011000110001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B576D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B576D4; }

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

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

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

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

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

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

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

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