Shades of London Hue #B97DB2
Tints of London Hue #B97DB2
RGB
CMYK
RGB Variations
Color information
#B97DB2 (or 0xB97DB2) is known color: London Hue. HEX triplet: B9, 7D and B2. RGB value is (185,125,178). Sum of RGB (Red+Green+Blue) = 185+125+178=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B97DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97DB2 is #46824D. Grayscale: #949494. Windows color (decimal): -4620878 or 11697593. OLE color: 11697593.
HSL color Cylindrical-coordinate representation of color #B97DB2: hue angle of 307º 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 #B97DB2 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 178 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.27 |
| HSL | 307º | 0.3% | 0.61% | - |
| HSV(B) | 307º | 0.32% | 0.73% | - |
| XYZ | 35.38 | 28.2 | 45.7 | - |
| YUV | 148.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 178 | 0 | 0.32 | 0.04 | 0.27 | 307 | 0.3 | 0.61 |
| Hex | B9 | 7D | B2 | 0 | 20 | 4 | 1B | 133 | 1E | 3D |
| Octal | 271 | 175 | 262 | 0 | 40 | 4 | 33 | 463 | 36 | 75 |
| Binary | 10111001 | 1111101 | 10110010 | 0 | 100000 | 100 | 11011 | 100110011 | 11110 | 111101 |
Color Harmonies of #B97DB2
Complementary color
Monochromatic Colors of #B97DB2
Black with #B97DB2
Text Example
Text Example
White with #B97DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97DB2; }
p { color: rgb(185,125,178); }
H1.HeaderClassName
{
color: #B97DB2;
}
.AnyTagClassName
{
color: #B97DB2;
}
</style>
background-color css
<style>
a { background-color: #B97DB2; }
a { background-color: rgb(185,125,178); }
div.DivClassName
{
background-color: #B97DB2;
}
.BgClassName
{
background-color: #B97DB2;
}
</style>
border-color css
<style>
span { border-color: #B97DB2; }
span { border-color: rgb(185,125,178); }
td.TdClassName
{
border-color: #B97DB2;
}
.TagClassName
{
border-color: #B97DB2;
}
</style>