#B588CB

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

Shades of East Side #B588CB

Tints of East Side #B588CB

Color information

#B588CB (or 0xB588CB) is unknown color: approx East Side. HEX triplet: B5, 88 and CB. RGB value is (181,136,203). Sum of RGB (Red+Green+Blue) = 181+136+203=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #B588CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B588CB is #4A7734. Grayscale: #9C9C9C. Windows color (decimal): -4880181 or 13338805. OLE color: 13338805.

HSL color Cylindrical-coordinate representation of color #B588CB: hue angle of 280.3º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B588CB is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181136203-
CMYK0.110.3300.20
HSL280.3º39.18%66.47%-
HSV(B)280.3º33%79.61%-
XYZ38.6431.7460.59-
YUV157.09153.91145.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=34.81%
G=26.15%
B=39.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811362030.110.3300.20280.339.1866.47
HexB588CBB210141182742
Octal265210313134102443047102
Binary10110101100010001100101110111000010101001000110001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588CB; }

 p { color: rgb(181,136,203); }

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

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

 a { background-color: rgb(181,136,203); }

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

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

 span { border-color: rgb(181,136,203); }

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