#B590BE

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

Shades of East Side #B590BE

Tints of East Side #B590BE

Color information

#B590BE (or 0xB590BE) is unknown color: approx East Side. HEX triplet: B5, 90 and BE. RGB value is (181,144,190). Sum of RGB (Red+Green+Blue) = 181+144+190=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #B590BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590BE is #4A6F41. Grayscale: #A0A0A0. Windows color (decimal): -4878146 or 12488885. OLE color: 12488885.

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

Color convert

RGB181144190-
CMYK0.050.2400.25
HSL288.26º26.14%65.49%-
HSV(B)288.26º24.21%74.51%-
XYZ38.3233.4953.16-
YUV160.31144.76142.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=35.15%
G=27.96%
B=36.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811441900.050.2400.25288.2626.1465.49
HexB590BE5180191201a41
Octal26522027653003144032101
Binary10110101100100001011111010111000011001100100000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590BE; }

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

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

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

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

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

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

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

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