#B590CB

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

Shades of East Side #B590CB

Tints of East Side #B590CB

Color information

#B590CB (or 0xB590CB) is unknown color: approx East Side. HEX triplet: B5, 90 and CB. RGB value is (181,144,203). Sum of RGB (Red+Green+Blue) = 181+144+203=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #B590CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590CB is #4A6F34. Grayscale: #A1A1A1. Windows color (decimal): -4878133 or 13340853. OLE color: 13340853.

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

Color convert

RGB181144203-
CMYK0.110.2900.20
HSL277.63º36.2%68.04%-
HSV(B)277.63º29.06%79.61%-
XYZ39.8134.0860.98-
YUV161.79151.26141.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 144 (56.64% from 255) = 27.27%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=34.28%
G=27.27%
B=38.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811442030.110.2900.20277.6336.268.04
HexB590CBB1D0141162444
Octal265220313133502442644104
Binary1011010110010000110010111011111010101001000101101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590CB; }

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

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

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

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

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

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

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

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