Html Css Color HEX #B590B9 London Hue

📋 copy color: '#B590B9'

red 181 ◦ green 144 ◦ blue 185

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

Shades of London Hue #B590B9

Tints of London Hue #B590B9

RGB

 RED value IS 181 (71.09% from 255) = 35.49%

 GREEN value IS 144 (56.64% from 255) = 28.24%

 BLUE value IS 185 (72.66% from 255) = 36.27%

R = 35.49%
G = 28.24%
B = 36.27%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B590B9 (or 0xB590B9) is known color: London Hue. HEX triplet: B5, 90 and B9. RGB value is (181,144,185). Sum of RGB (Red+Green+Blue) = 181+144+185=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 185 - color contains mainly: blue. Hex color #B590B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590B9 is #4A6F46. Grayscale: #9F9F9F. Windows color (decimal): -4878151 or 12161205. OLE color: 12161205.

HSL color Cylindrical-coordinate representation of color #B590B9: hue angle of 294.15º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B590B9 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 144 185 -
CMYK 0.02 0.22 0 0.27
HSL 294.15º 0.23% 0.65% -
HSV(B) 294.15º 0.22% 0.73% -
XYZ 37.79 33.27 50.33 -
YUV 159.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 181 144 185 0.02 0.22 0 0.27 294.15 0.23 0.65
Hex B5 90 B9 2 16 0 1B 126 17 41
Octal 265 220 271 2 26 0 33 446 27 101
Binary 10110101 10010000 10111001 10 10110 0 11011 100100110 10111 1000001

Color Harmonies of #B590B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B590B9

Black with #B590B9

Text Example


Text Example

White with #B590B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B590B9; }

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

 H1.HeaderClassName
 {
   color: #B590B9;
 }
 .AnyTagClassName
 {
   color: #B590B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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