Shades of London Hue #BB78B3
Tints of London Hue #BB78B3
RGB
CMYK
RGB Variations
Color information
#BB78B3 (or 0xBB78B3) is known color: London Hue. HEX triplet: BB, 78 and B3. RGB value is (187,120,179). Sum of RGB (Red+Green+Blue) = 187+120+179=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB78B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78B3 is #44874C. Grayscale: #929292. Windows color (decimal): -4491085 or 11761851. OLE color: 11761851.
HSL color Cylindrical-coordinate representation of color #BB78B3: hue angle of 307.16º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB78B3 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 120 | 179 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.27 |
| HSL | 307.16º | 0.33% | 0.6% | - |
| HSV(B) | 307.16º | 0.36% | 0.73% | - |
| XYZ | 35.35 | 27.25 | 46.05 | - |
| YUV | 146.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 179 | 0 | 0.36 | 0.04 | 0.27 | 307.16 | 0.33 | 0.6 |
| Hex | BB | 78 | B3 | 0 | 24 | 4 | 1B | 133 | 21 | 3C |
| Octal | 273 | 170 | 263 | 0 | 44 | 4 | 33 | 463 | 41 | 74 |
| Binary | 10111011 | 1111000 | 10110011 | 0 | 100100 | 100 | 11011 | 100110011 | 100001 | 111100 |
Color Harmonies of #BB78B3
Complementary color
Monochromatic Colors of #BB78B3
Black with #BB78B3
Text Example
Text Example
White with #BB78B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB78B3; }
p { color: rgb(187,120,179); }
H1.HeaderClassName
{
color: #BB78B3;
}
.AnyTagClassName
{
color: #BB78B3;
}
</style>
background-color css
<style>
a { background-color: #BB78B3; }
a { background-color: rgb(187,120,179); }
div.DivClassName
{
background-color: #BB78B3;
}
.BgClassName
{
background-color: #BB78B3;
}
</style>
border-color css
<style>
span { border-color: #BB78B3; }
span { border-color: rgb(187,120,179); }
td.TdClassName
{
border-color: #BB78B3;
}
.TagClassName
{
border-color: #BB78B3;
}
</style>