Shades of London Hue #B58AB3
Tints of London Hue #B58AB3
RGB
CMYK
RGB Variations
Color information
#B58AB3 (or 0xB58AB3) is known color: London Hue. HEX triplet: B5, 8A and B3. RGB value is (181,138,179). Sum of RGB (Red+Green+Blue) = 181+138+179=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 181 - color contains mainly: red. Hex color #B58AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58AB3 is #4A754C. Grayscale: #9B9B9B. Windows color (decimal): -4879693 or 11766453. OLE color: 11766453.
HSL color Cylindrical-coordinate representation of color #B58AB3: hue angle of 302.79º 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 #B58AB3 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 179 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.29 |
| HSL | 302.79º | 0.23% | 0.63% | - |
| HSV(B) | 302.79º | 0.24% | 0.71% | - |
| XYZ | 36.28 | 31.26 | 46.77 | - |
| YUV | 155.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 179 | 0 | 0.24 | 0.01 | 0.29 | 302.79 | 0.23 | 0.63 |
| Hex | B5 | 8A | B3 | 0 | 18 | 1 | 1D | 12F | 17 | 3F |
| Octal | 265 | 212 | 263 | 0 | 30 | 1 | 35 | 457 | 27 | 77 |
| Binary | 10110101 | 10001010 | 10110011 | 0 | 11000 | 1 | 11101 | 100101111 | 10111 | 111111 |
Color Harmonies of #B58AB3
Complementary color
Monochromatic Colors of #B58AB3
Black with #B58AB3
Text Example
Text Example
White with #B58AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58AB3; }
p { color: rgb(181,138,179); }
H1.HeaderClassName
{
color: #B58AB3;
}
.AnyTagClassName
{
color: #B58AB3;
}
</style>
background-color css
<style>
a { background-color: #B58AB3; }
a { background-color: rgb(181,138,179); }
div.DivClassName
{
background-color: #B58AB3;
}
.BgClassName
{
background-color: #B58AB3;
}
</style>
border-color css
<style>
span { border-color: #B58AB3; }
span { border-color: rgb(181,138,179); }
td.TdClassName
{
border-color: #B58AB3;
}
.TagClassName
{
border-color: #B58AB3;
}
</style>