Shades of London Hue #B981AF
Tints of London Hue #B981AF
RGB
CMYK
RGB Variations
Color information
#B981AF (or 0xB981AF) is known color: London Hue. HEX triplet: B9, 81 and AF. RGB value is (185,129,175). Sum of RGB (Red+Green+Blue) = 185+129+175=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B981AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B981AF is #467E50. Grayscale: #969696. Windows color (decimal): -4619857 or 11502009. OLE color: 11502009.
HSL color Cylindrical-coordinate representation of color #B981AF: hue angle of 310.71º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B981AF is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 129 | 175 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.27 |
| HSL | 310.71º | 0.29% | 0.62% | - |
| HSV(B) | 310.71º | 0.3% | 0.73% | - |
| XYZ | 35.6 | 29.11 | 44.3 | - |
| YUV | 150.99 | 141.55 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 175 | 0 | 0.30 | 0.05 | 0.27 | 310.71 | 0.29 | 0.62 |
| Hex | B9 | 81 | AF | 0 | 1E | 5 | 1B | 137 | 1D | 3E |
| Octal | 271 | 201 | 257 | 0 | 36 | 5 | 33 | 467 | 35 | 76 |
| Binary | 10111001 | 10000001 | 10101111 | 0 | 11110 | 101 | 11011 | 100110111 | 11101 | 111110 |
Color Harmonies of #B981AF
Complementary color
Monochromatic Colors of #B981AF
Black with #B981AF
Text Example
Text Example
White with #B981AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B981AF; }
p { color: rgb(185,129,175); }
H1.HeaderClassName
{
color: #B981AF;
}
.AnyTagClassName
{
color: #B981AF;
}
</style>
background-color css
<style>
a { background-color: #B981AF; }
a { background-color: rgb(185,129,175); }
div.DivClassName
{
background-color: #B981AF;
}
.BgClassName
{
background-color: #B981AF;
}
</style>
border-color css
<style>
span { border-color: #B981AF; }
span { border-color: rgb(185,129,175); }
td.TdClassName
{
border-color: #B981AF;
}
.TagClassName
{
border-color: #B981AF;
}
</style>