Shades of London Hue #B97CBC
Tints of London Hue #B97CBC
RGB
CMYK
RGB Variations
Color information
#B97CBC (or 0xB97CBC) is known color: London Hue. HEX triplet: B9, 7C and BC. RGB value is (185,124,188). Sum of RGB (Red+Green+Blue) = 185+124+188=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #B97CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97CBC is #468343. Grayscale: #959595. Windows color (decimal): -4621124 or 12352697. OLE color: 12352697.
HSL color Cylindrical-coordinate representation of color #B97CBC: hue angle of 297.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B97CBC is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 124 | 188 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.26 |
| HSL | 297.19º | 0.32% | 0.61% | - |
| HSV(B) | 297.19º | 0.34% | 0.74% | - |
| XYZ | 36.29 | 28.36 | 51.14 | - |
| YUV | 149.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 124 | 188 | 0.02 | 0.34 | 0 | 0.26 | 297.19 | 0.32 | 0.61 |
| Hex | B9 | 7C | BC | 2 | 22 | 0 | 1A | 129 | 20 | 3D |
| Octal | 271 | 174 | 274 | 2 | 42 | 0 | 32 | 451 | 40 | 75 |
| Binary | 10111001 | 1111100 | 10111100 | 10 | 100010 | 0 | 11010 | 100101001 | 100000 | 111101 |
Color Harmonies of #B97CBC
Complementary color
Monochromatic Colors of #B97CBC
Black with #B97CBC
Text Example
Text Example
White with #B97CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97CBC; }
p { color: rgb(185,124,188); }
H1.HeaderClassName
{
color: #B97CBC;
}
.AnyTagClassName
{
color: #B97CBC;
}
</style>
background-color css
<style>
a { background-color: #B97CBC; }
a { background-color: rgb(185,124,188); }
div.DivClassName
{
background-color: #B97CBC;
}
.BgClassName
{
background-color: #B97CBC;
}
</style>
border-color css
<style>
span { border-color: #B97CBC; }
span { border-color: rgb(185,124,188); }
td.TdClassName
{
border-color: #B97CBC;
}
.TagClassName
{
border-color: #B97CBC;
}
</style>