Html Css Color HEX #B590B1 London Hue

📋 copy color: '#B590B1'

red 181 ◦ green 144 ◦ blue 177

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

Shades of London Hue #B590B1

Tints of London Hue #B590B1

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

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

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

RGB 181 144 177 -
CMYK 0 0.20 0.02 0.29
HSL 306.49º 0.2% 0.64% -
HSV(B) 306.49º 0.2% 0.71% -
XYZ 36.97 32.94 46.01 -
YUV 158.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 181 144 177 0 0.20 0.02 0.29 306.49 0.2 0.64
Hex B5 90 B1 0 14 2 1D 132 14 40
Octal 265 220 261 0 24 2 35 462 24 100
Binary 10110101 10010000 10110001 0 10100 10 11101 100110010 10100 1000000

Color Harmonies of #B590B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B590B1

Black with #B590B1

Text Example


Text Example

White with #B590B1

Text Example


Text Example

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