#B588CA

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

Shades of East Side #B588CA

Tints of East Side #B588CA

Color information

#B588CA (or 0xB588CA) is unknown color: approx East Side. HEX triplet: B5, 88 and CA. RGB value is (181,136,202). Sum of RGB (Red+Green+Blue) = 181+136+202=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #B588CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B588CA is #4A7735. Grayscale: #9C9C9C. Windows color (decimal): -4880182 or 13273269. OLE color: 13273269.

HSL color Cylindrical-coordinate representation of color #B588CA: hue angle of 280.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B588CA is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181136202-
CMYK0.100.3300.21
HSL280.91º38.37%66.27%-
HSV(B)280.91º32.67%79.22%-
XYZ38.5231.759.96-
YUV156.98153.41145.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 136 (53.52% from 255) = 26.20%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=34.87%
G=26.20%
B=38.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811362020.100.3300.21280.9138.3766.27
HexB588CAA210151192642
Octal265210312124102543146102
Binary10110101100010001100101010101000010101011000110011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588CA; }

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

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

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

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

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

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

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

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