#B588CD

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

Shades of East Side #B588CD

Tints of East Side #B588CD

Color information

#B588CD (or 0xB588CD) is unknown color: approx East Side. HEX triplet: B5, 88 and CD. RGB value is (181,136,205). Sum of RGB (Red+Green+Blue) = 181+136+205=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #B588CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B588CD is #4A7732. Grayscale: #9D9D9D. Windows color (decimal): -4880179 or 13469877. OLE color: 13469877.

HSL color Cylindrical-coordinate representation of color #B588CD: hue angle of 279.13º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B588CD is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181136205-
CMYK0.120.3400.20
HSL279.13º40.83%66.86%-
HSV(B)279.13º33.66%80.39%-
XYZ38.8831.8461.85-
YUV157.32154.91144.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 136 (53.52% from 255) = 26.05%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=34.67%
G=26.05%
B=39.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811362050.120.3400.20279.1340.8366.86
HexB588CDC220141172943
Octal265210315144202442751103
Binary10110101100010001100110111001000100101001000101111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588CD; }

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

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

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

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

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

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

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

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