Html Css Color HEX #B59DB4 London Hue

📋 copy color: '#B59DB4'

red 181 ◦ green 157 ◦ blue 180

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

Shades of London Hue #B59DB4

Tints of London Hue #B59DB4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.31%

 BLUE value IS 180 (70.7% from 255) = 34.75%

R = 34.94%
G = 30.31%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B59DB4 (or 0xB59DB4) is known color: London Hue. HEX triplet: B5, 9D and B4. RGB value is (181,157,180). Sum of RGB (Red+Green+Blue) = 181+157+180=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 181 - color contains mainly: red. Hex color #B59DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DB4 is #4A624B. Grayscale: #A6A6A6. Windows color (decimal): -4874828 or 11836853. OLE color: 11836853.

HSL color Cylindrical-coordinate representation of color #B59DB4: hue angle of 302.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B59DB4 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 157 180 -
CMYK 0 0.13 0.01 0.29
HSL 302.5º 0.14% 0.66% -
HSV(B) 302.5º 0.13% 0.71% -
XYZ 39.35 37.23 48.29 -
YUV 166.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 181 157 180 0 0.13 0.01 0.29 302.5 0.14 0.66
Hex B5 9D B4 0 D 1 1D 12E E 42
Octal 265 235 264 0 15 1 35 456 16 102
Binary 10110101 10011101 10110100 0 1101 1 11101 100101110 1110 1000010

Color Harmonies of #B59DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59DB4

Black with #B59DB4

Text Example


Text Example

White with #B59DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59DB4; }

 p { color: rgb(181,157,180); }

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

background-color css

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

 a { background-color: rgb(181,157,180); }

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

border-color css

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

 span { border-color: rgb(181,157,180); }

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