#B590CC

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

Shades of East Side #B590CC

Tints of East Side #B590CC

Color information

#B590CC (or 0xB590CC) is unknown color: approx East Side. HEX triplet: B5, 90 and CC. RGB value is (181,144,204). Sum of RGB (Red+Green+Blue) = 181+144+204=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #B590CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590CC is #4A6F33. Grayscale: #A1A1A1. Windows color (decimal): -4878132 or 13406389. OLE color: 13406389.

HSL color Cylindrical-coordinate representation of color #B590CC: hue angle of 277º degrees, saturation: 0.37, 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 #B590CC is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB181144204-
CMYK0.110.2900.2
HSL277º37.04%68.24%-
HSV(B)277º29.41%80%-
XYZ39.9334.1361.61-
YUV161.9151.76141.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.22%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=34.22%
G=27.22%
B=38.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811442040.110.2900.227737.0468.24
HexB590CCB1D0141152544
Octal265220314133502442545104
Binary1011010110010000110011001011111010101001000101011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590CC; }

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

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

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

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

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

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

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

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