Html Css Color HEX #B590B2 London Hue

📋 copy color: '#B590B2'

red 181 ◦ green 144 ◦ blue 178

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

Shades of London Hue #B590B2

Tints of London Hue #B590B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.39%

R = 35.98%
G = 28.63%
B = 35.39%

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

#B590B2 (or 0xB590B2) is known color: London Hue. HEX triplet: B5, 90 and B2. RGB value is (181,144,178). Sum of RGB (Red+Green+Blue) = 181+144+178=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 181 - color contains mainly: red. Hex color #B590B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B590B2 is #4A6F4D. Grayscale: #9E9E9E. Windows color (decimal): -4878158 or 11702453. OLE color: 11702453.

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

Color convert

RGB 181 144 178 -
CMYK 0 0.20 0.02 0.29
HSL 304.86º 0.2% 0.64% -
HSV(B) 304.86º 0.2% 0.71% -
XYZ 37.07 32.98 46.53 -
YUV 158.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 181 144 178 0 0.20 0.02 0.29 304.86 0.2 0.64
Hex B5 90 B2 0 14 2 1D 131 14 40
Octal 265 220 262 0 24 2 35 461 24 100
Binary 10110101 10010000 10110010 0 10100 10 11101 100110001 10100 1000000

Color Harmonies of #B590B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B590B2

Black with #B590B2

Text Example


Text Example

White with #B590B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B590B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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