Html Css Color HEX #B58DB4 London Hue

📋 copy color: '#B58DB4'

red 181 ◦ green 141 ◦ blue 180

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

Shades of London Hue #B58DB4

Tints of London Hue #B58DB4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.09%

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

R = 36.06%
G = 28.09%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B58DB4 (or 0xB58DB4) is known color: London Hue. HEX triplet: B5, 8D and B4. RGB value is (181,141,180). Sum of RGB (Red+Green+Blue) = 181+141+180=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B58DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DB4 is #4A724B. Grayscale: #9D9D9D. Windows color (decimal): -4878924 or 11832757. OLE color: 11832757.

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

Color convert

RGB 181 141 180 -
CMYK 0 0.22 0.01 0.29
HSL 301.5º 0.21% 0.63% -
HSV(B) 301.5º 0.22% 0.71% -
XYZ 36.82 32.17 47.45 -
YUV 157.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 181 141 180 0 0.22 0.01 0.29 301.5 0.21 0.63
Hex B5 8D B4 0 16 1 1D 12E 15 3F
Octal 265 215 264 0 26 1 35 456 25 77
Binary 10110101 10001101 10110100 0 10110 1 11101 100101110 10101 111111

Color Harmonies of #B58DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58DB4

Black with #B58DB4

Text Example


Text Example

White with #B58DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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