Shades of London Hue #B97DB0
Tints of London Hue #B97DB0
RGB
CMYK
RGB Variations
Color information
#B97DB0 (or 0xB97DB0) is known color: London Hue. HEX triplet: B9, 7D and B0. RGB value is (185,125,176). Sum of RGB (Red+Green+Blue) = 185+125+176=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B97DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97DB0 is #46824F. Grayscale: #949494. Windows color (decimal): -4620880 or 11566521. OLE color: 11566521.
HSL color Cylindrical-coordinate representation of color #B97DB0: hue angle of 309º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B97DB0 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 176 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.27 |
| HSL | 309º | 0.3% | 0.61% | - |
| HSV(B) | 309º | 0.32% | 0.73% | - |
| XYZ | 35.18 | 28.12 | 44.65 | - |
| YUV | 148.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 176 | 0 | 0.32 | 0.05 | 0.27 | 309 | 0.3 | 0.61 |
| Hex | B9 | 7D | B0 | 0 | 20 | 5 | 1B | 135 | 1E | 3D |
| Octal | 271 | 175 | 260 | 0 | 40 | 5 | 33 | 465 | 36 | 75 |
| Binary | 10111001 | 1111101 | 10110000 | 0 | 100000 | 101 | 11011 | 100110101 | 11110 | 111101 |
Color Harmonies of #B97DB0
Complementary color
Monochromatic Colors of #B97DB0
Black with #B97DB0
Text Example
Text Example
White with #B97DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97DB0; }
p { color: rgb(185,125,176); }
H1.HeaderClassName
{
color: #B97DB0;
}
.AnyTagClassName
{
color: #B97DB0;
}
</style>
background-color css
<style>
a { background-color: #B97DB0; }
a { background-color: rgb(185,125,176); }
div.DivClassName
{
background-color: #B97DB0;
}
.BgClassName
{
background-color: #B97DB0;
}
</style>
border-color css
<style>
span { border-color: #B97DB0; }
span { border-color: rgb(185,125,176); }
td.TdClassName
{
border-color: #B97DB0;
}
.TagClassName
{
border-color: #B97DB0;
}
</style>