#B590B1

Color #B590B1 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B590B1

Tints of London Hue #B590B1

Color information

#B590B1 (or 0xB590B1) is unknown color: approx London Hue. HEX triplet: B5, 90 and B1. RGB value is (181,144,177). Sum of RGB (Red+Green+Blue) = 181+144+177=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B590B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B590B1 is #4A6F4E. Grayscale: #9E9E9E. Windows color (decimal): -4878159 or 11636917. OLE color: 11636917.

HSL color Cylindrical-coordinate representation of color #B590B1: hue angle of 306.49º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B590B1 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB181144177-
CMYK00.200.020.29
HSL306.49º20%63.73%-
HSV(B)306.49º20.44%70.98%-
XYZ36.9732.9446.01-
YUV158.82138.26143.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 144 (56.64% from 255) = 28.69%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=36.06%
G=28.69%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114417700.200.020.29306.492063.73
HexB590B101421D1321440
Octal26522026102423546224100
Binary1011010110010000101100010101001011101100110010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590B1; }

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

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

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

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

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

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

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

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