#B58BB0

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

Shades of London Hue #B58BB0

Tints of London Hue #B58BB0

Color information

#B58BB0 (or 0xB58BB0) is unknown color: approx London Hue. HEX triplet: B5, 8B and B0. RGB value is (181,139,176). Sum of RGB (Red+Green+Blue) = 181+139+176=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B58BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58BB0 is #4A744F. Grayscale: #9B9B9B. Windows color (decimal): -4879440 or 11570101. OLE color: 11570101.

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

Color convert

RGB181139176-
CMYK00.230.030.29
HSL307.14º22.11%62.75%-
HSV(B)307.14º23.2%70.98%-
XYZ36.1331.4245.24-
YUV155.78139.41145.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 139 (54.69% from 255) = 28.02%
BLUE value IS 176 (69.14% from 255) = 35.48%
R=36.49%
G=28.02%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113917600.230.030.29307.1422.1162.75
HexB58BB001731D133163f
Octal2652132600273354632677
Binary101101011000101110110000010111111110110011001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58BB0; }

 p { color: rgb(181,139,176); }

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

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

 a { background-color: rgb(181,139,176); }

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

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

 span { border-color: rgb(181,139,176); }

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