Shades of London Hue #B98FB1
Tints of London Hue #B98FB1
RGB
CMYK
RGB Variations
Color information
#B98FB1 (or 0xB98FB1) is known color: London Hue. HEX triplet: B9, 8F and B1. RGB value is (185,143,177). Sum of RGB (Red+Green+Blue) = 185+143+177=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 185 - color contains mainly: red. Hex color #B98FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98FB1 is #46704E. Grayscale: #9F9F9F. Windows color (decimal): -4616271 or 11636665. OLE color: 11636665.
HSL color Cylindrical-coordinate representation of color #B98FB1: hue angle of 311.43º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B98FB1 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 143 | 177 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.27 |
| HSL | 311.43º | 0.23% | 0.64% | - |
| HSV(B) | 311.43º | 0.23% | 0.73% | - |
| XYZ | 37.77 | 33.13 | 46 | - |
| YUV | 159.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 143 | 177 | 0 | 0.23 | 0.04 | 0.27 | 311.43 | 0.23 | 0.64 |
| Hex | B9 | 8F | B1 | 0 | 17 | 4 | 1B | 137 | 17 | 40 |
| Octal | 271 | 217 | 261 | 0 | 27 | 4 | 33 | 467 | 27 | 100 |
| Binary | 10111001 | 10001111 | 10110001 | 0 | 10111 | 100 | 11011 | 100110111 | 10111 | 1000000 |
Color Harmonies of #B98FB1
Complementary color
Monochromatic Colors of #B98FB1
Black with #B98FB1
Text Example
Text Example
White with #B98FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98FB1; }
p { color: rgb(185,143,177); }
H1.HeaderClassName
{
color: #B98FB1;
}
.AnyTagClassName
{
color: #B98FB1;
}
</style>
background-color css
<style>
a { background-color: #B98FB1; }
a { background-color: rgb(185,143,177); }
div.DivClassName
{
background-color: #B98FB1;
}
.BgClassName
{
background-color: #B98FB1;
}
</style>
border-color css
<style>
span { border-color: #B98FB1; }
span { border-color: rgb(185,143,177); }
td.TdClassName
{
border-color: #B98FB1;
}
.TagClassName
{
border-color: #B98FB1;
}
</style>