Html Css Color HEX #B58AAD London Hue

📋 copy color: '#B58AAD'

red 181 ◦ green 138 ◦ blue 173

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

Shades of London Hue #B58AAD

Tints of London Hue #B58AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.05%

 BLUE value IS 173 (67.97% from 255) = 35.16%

R = 36.79%
G = 28.05%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B58AAD (or 0xB58AAD) is known color: London Hue. HEX triplet: B5, 8A and AD. RGB value is (181,138,173). Sum of RGB (Red+Green+Blue) = 181+138+173=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 181 - color contains mainly: red. Hex color #B58AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58AAD is #4A7552. Grayscale: #9A9A9A. Windows color (decimal): -4879699 or 11373237. OLE color: 11373237.

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

Color convert

RGB 181 138 173 -
CMYK 0 0.24 0.04 0.29
HSL 311.16º 0.23% 0.63% -
HSV(B) 311.16º 0.24% 0.71% -
XYZ 35.69 31.02 43.64 -
YUV 154.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 181 138 173 0 0.24 0.04 0.29 311.16 0.23 0.63
Hex B5 8A AD 0 18 4 1D 137 17 3F
Octal 265 212 255 0 30 4 35 467 27 77
Binary 10110101 10001010 10101101 0 11000 100 11101 100110111 10111 111111

Color Harmonies of #B58AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58AAD

Black with #B58AAD

Text Example


Text Example

White with #B58AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58AAD; }

 p { color: rgb(181,138,173); }

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

background-color css

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

 a { background-color: rgb(181,138,173); }

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

border-color css

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

 span { border-color: rgb(181,138,173); }

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