Html Css Color HEX #B58DB1 London Hue

📋 copy color: '#B58DB1'

red 181 ◦ green 141 ◦ blue 177

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

Shades of London Hue #B58DB1

Tints of London Hue #B58DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.47%

R = 36.27%
G = 28.26%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B58DB1 (or 0xB58DB1) is known color: London Hue. HEX triplet: B5, 8D and B1. RGB value is (181,141,177). Sum of RGB (Red+Green+Blue) = 181+141+177=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 181 - color contains mainly: red. Hex color #B58DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58DB1 is #4A724E. Grayscale: #9C9C9C. Windows color (decimal): -4878927 or 11636149. OLE color: 11636149.

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

Color convert

RGB 181 141 177 -
CMYK 0 0.22 0.02 0.29
HSL 306º 0.21% 0.63% -
HSV(B) 306º 0.22% 0.71% -
XYZ 36.52 32.05 45.86 -
YUV 157.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 181 141 177 0 0.22 0.02 0.29 306 0.21 0.63
Hex B5 8D B1 0 16 2 1D 132 15 3F
Octal 265 215 261 0 26 2 35 462 25 77
Binary 10110101 10001101 10110001 0 10110 10 11101 100110010 10101 111111

Color Harmonies of #B58DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58DB1

Black with #B58DB1

Text Example


Text Example

White with #B58DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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