Html Css Color HEX #B58AB1 London Hue

📋 copy color: '#B58AB1'

red 181 ◦ green 138 ◦ blue 177

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

Shades of London Hue #B58AB1

Tints of London Hue #B58AB1

RGB

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

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

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

R = 36.49%
G = 27.82%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B58AB1 (or 0xB58AB1) is known color: London Hue. HEX triplet: B5, 8A and B1. RGB value is (181,138,177). Sum of RGB (Red+Green+Blue) = 181+138+177=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B58AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58AB1 is #4A754E. Grayscale: #9B9B9B. Windows color (decimal): -4879695 or 11635381. OLE color: 11635381.

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

Color convert

RGB 181 138 177 -
CMYK 0 0.24 0.02 0.29
HSL 305.58º 0.23% 0.63% -
HSV(B) 305.58º 0.24% 0.71% -
XYZ 36.08 31.18 45.71 -
YUV 155.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 181 138 177 0 0.24 0.02 0.29 305.58 0.23 0.63
Hex B5 8A B1 0 18 2 1D 132 17 3F
Octal 265 212 261 0 30 2 35 462 27 77
Binary 10110101 10001010 10110001 0 11000 10 11101 100110010 10111 111111

Color Harmonies of #B58AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58AB1

Black with #B58AB1

Text Example


Text Example

White with #B58AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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