Shades of London Hue #B58FB3
Tints of London Hue #B58FB3
RGB
CMYK
RGB Variations
Color information
#B58FB3 (or 0xB58FB3) is known color: London Hue. HEX triplet: B5, 8F and B3. RGB value is (181,143,179). Sum of RGB (Red+Green+Blue) = 181+143+179=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 181 - color contains mainly: red. Hex color #B58FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FB3 is #4A704C. Grayscale: #9E9E9E. Windows color (decimal): -4878413 or 11767733. OLE color: 11767733.
HSL color Cylindrical-coordinate representation of color #B58FB3: hue angle of 303.16º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B58FB3 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 143 | 179 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.29 |
| HSL | 303.16º | 0.2% | 0.64% | - |
| HSV(B) | 303.16º | 0.21% | 0.71% | - |
| XYZ | 37.02 | 32.72 | 47.01 | - |
| YUV | 158.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 179 | 0 | 0.21 | 0.01 | 0.29 | 303.16 | 0.2 | 0.64 |
| Hex | B5 | 8F | B3 | 0 | 15 | 1 | 1D | 12F | 14 | 40 |
| Octal | 265 | 217 | 263 | 0 | 25 | 1 | 35 | 457 | 24 | 100 |
| Binary | 10110101 | 10001111 | 10110011 | 0 | 10101 | 1 | 11101 | 100101111 | 10100 | 1000000 |
Color Harmonies of #B58FB3
Complementary color
Monochromatic Colors of #B58FB3
Black with #B58FB3
Text Example
Text Example
White with #B58FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58FB3; }
p { color: rgb(181,143,179); }
H1.HeaderClassName
{
color: #B58FB3;
}
.AnyTagClassName
{
color: #B58FB3;
}
</style>
background-color css
<style>
a { background-color: #B58FB3; }
a { background-color: rgb(181,143,179); }
div.DivClassName
{
background-color: #B58FB3;
}
.BgClassName
{
background-color: #B58FB3;
}
</style>
border-color css
<style>
span { border-color: #B58FB3; }
span { border-color: rgb(181,143,179); }
td.TdClassName
{
border-color: #B58FB3;
}
.TagClassName
{
border-color: #B58FB3;
}
</style>