Html Css Color HEX #B590AD London Hue

📋 copy color: '#B590AD'

red 181 ◦ green 144 ◦ blue 173

#B590AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B590AD

Tints of London Hue #B590AD

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 value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B590AD (or 0xB590AD) is known color: 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

RGB 181 144 173 -
CMYK 0 0.20 0.04 0.29
HSL 312.97º 0.2% 0.64% -
HSV(B) 312.97º 0.2% 0.71% -
XYZ 36.57 32.79 43.94 -
YUV 158.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 181 144 173 0 0.20 0.04 0.29 312.97 0.2 0.64
Hex B5 90 AD 0 14 4 1D 139 14 40
Octal 265 220 255 0 24 4 35 471 24 100
Binary 10110101 10010000 10101101 0 10100 100 11101 100111001 10100 1000000

Color Harmonies of #B590AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B590AD

Black with #B590AD

Text Example


Text Example

White with #B590AD

Text Example


Text Example

HTML Codes & Css Web 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>