Shades of London Hue #B97BB4
Tints of London Hue #B97BB4
RGB
CMYK
RGB Variations
Color information
#B97BB4 (or 0xB97BB4) is known color: London Hue. HEX triplet: B9, 7B and B4. RGB value is (185,123,180). Sum of RGB (Red+Green+Blue) = 185+123+180=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97BB4 is #46844B. Grayscale: #939393. Windows color (decimal): -4621388 or 11828153. OLE color: 11828153.
HSL color Cylindrical-coordinate representation of color #B97BB4: hue angle of 304.84º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B97BB4 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 123 | 180 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.27 |
| HSL | 304.84º | 0.31% | 0.6% | - |
| HSV(B) | 304.84º | 0.34% | 0.73% | - |
| XYZ | 35.33 | 27.78 | 46.68 | - |
| YUV | 148.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 123 | 180 | 0 | 0.34 | 0.03 | 0.27 | 304.84 | 0.31 | 0.6 |
| Hex | B9 | 7B | B4 | 0 | 22 | 3 | 1B | 131 | 1F | 3C |
| Octal | 271 | 173 | 264 | 0 | 42 | 3 | 33 | 461 | 37 | 74 |
| Binary | 10111001 | 1111011 | 10110100 | 0 | 100010 | 11 | 11011 | 100110001 | 11111 | 111100 |
Color Harmonies of #B97BB4
Complementary color
Monochromatic Colors of #B97BB4
Black with #B97BB4
Text Example
Text Example
White with #B97BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97BB4; }
p { color: rgb(185,123,180); }
H1.HeaderClassName
{
color: #B97BB4;
}
.AnyTagClassName
{
color: #B97BB4;
}
</style>
background-color css
<style>
a { background-color: #B97BB4; }
a { background-color: rgb(185,123,180); }
div.DivClassName
{
background-color: #B97BB4;
}
.BgClassName
{
background-color: #B97BB4;
}
</style>
border-color css
<style>
span { border-color: #B97BB4; }
span { border-color: rgb(185,123,180); }
td.TdClassName
{
border-color: #B97BB4;
}
.TagClassName
{
border-color: #B97BB4;
}
</style>