#B578D7

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

Shades of East Side #B578D7

Tints of East Side #B578D7

Color information

#B578D7 (or 0xB578D7) is unknown color: approx East Side. HEX triplet: B5, 78 and D7. RGB value is (181,120,215). Sum of RGB (Red+Green+Blue) = 181+120+215=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 215 - color contains mainly: blue. Hex color #B578D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B578D7 is #4A8728. Grayscale: #949494. Windows color (decimal): -4884265 or 14121141. OLE color: 14121141.

HSL color Cylindrical-coordinate representation of color #B578D7: hue angle of 278.53º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B578D7 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181120215-
CMYK0.160.4400.16
HSL278.53º54.29%65.69%-
HSV(B)278.53º44.19%84.31%-
XYZ38.0428.1667.72-
YUV149.07165.21150.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 120 (47.27% from 255) = 23.26%
BLUE value IS 215 (84.38% from 255) = 41.67%
R=35.08%
G=23.26%
B=41.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811202150.160.4400.16278.5354.2965.69
HexB578D7102C0101173642
Octal265170327205402042766102
Binary10110101111100011010111100001011000100001000101111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B578D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B578D7; }

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

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

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

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

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

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

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

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