#B590AD

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

Shades of London Hue #B590AD

Tints of London Hue #B590AD

Color information

#B590AD (or 0xB590AD) is unknown color: approx London Hue. HEX triplet: B5, 90 and AD. RGB value is (181,144,173). Sum of RGB (Red+Green+Blue) = 181+144+173=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 181 - color contains mainly: red. Hex color #B590AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B590AD is #4A6F52. Grayscale: #9E9E9E. Windows color (decimal): -4878163 or 11374773. OLE color: 11374773.

HSL color Cylindrical-coordinate representation of color #B590AD: hue angle of 312.97º 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 #B590AD is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181144173-
CMYK00.200.040.29
HSL312.97º20%63.73%-
HSV(B)312.97º20.44%70.98%-
XYZ36.5732.7943.94-
YUV158.37136.26144.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=36.35%
G=28.92%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114417300.200.040.29312.972063.73
HexB590AD01441D1391440
Octal26522025502443547124100
Binary10110101100100001010110101010010011101100111001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590AD; }

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

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

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

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

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

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

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

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