#B590BF

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

Shades of East Side #B590BF

Tints of East Side #B590BF

Color information

#B590BF (or 0xB590BF) is unknown color: approx East Side. HEX triplet: B5, 90 and BF. RGB value is (181,144,191). Sum of RGB (Red+Green+Blue) = 181+144+191=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #B590BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590BF is #4A6F40. Grayscale: #A0A0A0. Windows color (decimal): -4878145 or 12554421. OLE color: 12554421.

HSL color Cylindrical-coordinate representation of color #B590BF: hue angle of 287.23º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B590BF is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181144191-
CMYK0.050.2500.25
HSL287.23º26.86%65.69%-
HSV(B)287.23º24.61%74.9%-
XYZ38.4333.5353.74-
YUV160.42145.26142.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 191 (75% from 255) = 37.02%
R=35.08%
G=27.91%
B=37.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811441910.050.2500.25287.2326.8665.69
HexB590BF51901911f1b42
Octal26522027753103143733102
Binary10110101100100001011111110111001011001100011111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590BF; }

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

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

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

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

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

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

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

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