Shades of London Hue #BB79BD
Tints of London Hue #BB79BD
RGB
CMYK
RGB Variations
Color information
#BB79BD (or 0xBB79BD) is known color: London Hue. HEX triplet: BB, 79 and BD. RGB value is (187,121,189). Sum of RGB (Red+Green+Blue) = 187+121+189=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB79BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79BD is #448642. Grayscale: #949494. Windows color (decimal): -4490819 or 12417467. OLE color: 12417467.
HSL color Cylindrical-coordinate representation of color #BB79BD: hue angle of 298.24º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB79BD is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 121 | 189 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.26 |
| HSL | 298.24º | 0.34% | 0.61% | - |
| HSV(B) | 298.24º | 0.36% | 0.74% | - |
| XYZ | 36.52 | 27.91 | 51.61 | - |
| YUV | 148.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 121 | 189 | 0.01 | 0.36 | 0 | 0.26 | 298.24 | 0.34 | 0.61 |
| Hex | BB | 79 | BD | 1 | 24 | 0 | 1A | 12A | 22 | 3D |
| Octal | 273 | 171 | 275 | 1 | 44 | 0 | 32 | 452 | 42 | 75 |
| Binary | 10111011 | 1111001 | 10111101 | 1 | 100100 | 0 | 11010 | 100101010 | 100010 | 111101 |
Color Harmonies of #BB79BD
Complementary color
Monochromatic Colors of #BB79BD
Black with #BB79BD
Text Example
Text Example
White with #BB79BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB79BD; }
p { color: rgb(187,121,189); }
H1.HeaderClassName
{
color: #BB79BD;
}
.AnyTagClassName
{
color: #BB79BD;
}
</style>
background-color css
<style>
a { background-color: #BB79BD; }
a { background-color: rgb(187,121,189); }
div.DivClassName
{
background-color: #BB79BD;
}
.BgClassName
{
background-color: #BB79BD;
}
</style>
border-color css
<style>
span { border-color: #BB79BD; }
span { border-color: rgb(187,121,189); }
td.TdClassName
{
border-color: #BB79BD;
}
.TagClassName
{
border-color: #BB79BD;
}
</style>