#B58AB1

Color #B58AB1 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B58AB1

Tints of London Hue #B58AB1

Color information

#B58AB1 (or 0xB58AB1) is unknown color: approx 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

RGB181138177-
CMYK00.240.020.29
HSL305.58º22.51%62.55%-
HSV(B)305.58º23.76%70.98%-
XYZ36.0831.1845.71-
YUV155.3140.25146.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 138 (54.30% 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 (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113817700.240.020.29305.5822.5162.55
HexB58AB101821D132173f
Octal2652122610302354622777
Binary101101011000101010110001011000101110110011001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>