#B58AB4

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

Shades of London Hue #B58AB4

Tints of London Hue #B58AB4

Color information

#B58AB4 (or 0xB58AB4) is unknown color: approx London Hue. HEX triplet: B5, 8A and B4. RGB value is (181,138,180). Sum of RGB (Red+Green+Blue) = 181+138+180=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 181 - color contains mainly: red. Hex color #B58AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58AB4 is #4A754B. Grayscale: #9B9B9B. Windows color (decimal): -4879692 or 11831989. OLE color: 11831989.

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

Color convert

RGB181138180-
CMYK00.240.010.29
HSL301.4º22.51%62.55%-
HSV(B)301.4º23.76%70.98%-
XYZ36.3831.347.3-
YUV155.65141.75146.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=36.27%
G=27.66%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113818000.240.010.29301.422.5162.55
HexB58AB401811D12d173f
Octal2652122640301354552777
Binary10110101100010101011010001100011110110010110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58AB4; }

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

 H1.HeaderClassName
 {
   color: #B58AB4;
 }
 .AnyTagClassName
 {
   color: #B58AB4;
 }
</style>
background-color css

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

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

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

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

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

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