#B578BD

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

Shades of East Side #B578BD

Tints of East Side #B578BD

Color information

#B578BD (or 0xB578BD) is unknown color: approx East Side. HEX triplet: B5, 78 and BD. RGB value is (181,120,189). Sum of RGB (Red+Green+Blue) = 181+120+189=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #B578BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B578BD is #4A8742. Grayscale: #919191. Windows color (decimal): -4884291 or 12417205. OLE color: 12417205.

HSL color Cylindrical-coordinate representation of color #B578BD: hue angle of 293.04º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B578BD is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181120189-
CMYK0.040.3700.26
HSL293.04º34.33%60.59%-
HSV(B)293.04º36.51%74.12%-
XYZ34.9626.9351.5-
YUV146.1152.21152.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.94%
GREEN value IS 120 (47.27% from 255) = 24.49%
BLUE value IS 189 (74.22% from 255) = 38.57%
R=36.94%
G=24.49%
B=38.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811201890.040.3700.26293.0434.3360.59
HexB578BD42501A125223d
Octal2651702754450324454275
Binary10110101111100010111101100100101011010100100101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B578BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B578BD; }

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

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

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

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

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

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

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

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