#b578d2

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

Shades of East Side #B578D2

Tints of East Side #B578D2

Color information

#B578D2 (or 0xB578D2) is unknown color: approx East Side. HEX triplet: B5, 78 and D2. RGB value is (181,120,210). Sum of RGB (Red+Green+Blue) = 181+120+210=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #B578D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B578D2 is #4A872D. Grayscale: #949494. Windows color (decimal): -4884270 or 13793461. OLE color: 13793461.

HSL color Cylindrical-coordinate representation of color #B578D2: hue angle of 280.67º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B578D2 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB181120210-
CMYK0.140.4300.18
HSL280.67º50%64.71%-
HSV(B)280.67º42.86%82.35%-
XYZ37.4127.9164.39-
YUV148.5162.71151.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.42%
GREEN value IS 120 (47.27% from 255) = 23.48%
BLUE value IS 210 (82.42% from 255) = 41.10%
R=35.42%
G=23.48%
B=41.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1811202100.140.4300.18280.675064.71
HexB578D2E2B0121193241
Octal265170322165302243162101
Binary1011010111110001101001011101010110100101000110011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b578d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b578d2; }

 p { color: rgb(181,120,210); }

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

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

 a { background-color: rgb(181,120,210); }

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

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

 span { border-color: rgb(181,120,210); }

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