#B590BC

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

Shades of East Side #B590BC

Tints of East Side #B590BC

Color information

#B590BC (or 0xB590BC) is unknown color: approx East Side. HEX triplet: B5, 90 and BC. RGB value is (181,144,188). Sum of RGB (Red+Green+Blue) = 181+144+188=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #B590BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590BC is #4A6F43. Grayscale: #9F9F9F. Windows color (decimal): -4878148 or 12357813. OLE color: 12357813.

HSL color Cylindrical-coordinate representation of color #B590BC: hue angle of 290.45º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B590BC is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181144188-
CMYK0.040.2300.26
HSL290.45º24.72%65.1%-
HSV(B)290.45º23.4%73.73%-
XYZ38.1133.452.02-
YUV160.08143.76142.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 144 (56.64% from 255) = 28.07%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=35.28%
G=28.07%
B=36.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811441880.040.2300.26290.4524.7265.1
HexB590BC41701A1221941
Octal26522027442703244231101
Binary10110101100100001011110010010111011010100100010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590BC; }

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

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

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

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

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

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

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

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