Shades of London Hue #BB7FAF
Tints of London Hue #BB7FAF
RGB
CMYK
RGB Variations
Color information
#BB7FAF (or 0xBB7FAF) is known color: London Hue. HEX triplet: BB, 7F and AF. RGB value is (187,127,175). Sum of RGB (Red+Green+Blue) = 187+127+175=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7FAF is #448050. Grayscale: #969696. Windows color (decimal): -4489297 or 11501499. OLE color: 11501499.
HSL color Cylindrical-coordinate representation of color #BB7FAF: hue angle of 312º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB7FAF is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 127 | 175 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.27 |
| HSL | 312º | 0.31% | 0.62% | - |
| HSV(B) | 312º | 0.32% | 0.73% | - |
| XYZ | 35.82 | 28.84 | 44.24 | - |
| YUV | 150.41 | 141.88 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 175 | 0 | 0.32 | 0.06 | 0.27 | 312 | 0.31 | 0.62 |
| Hex | BB | 7F | AF | 0 | 20 | 6 | 1B | 138 | 1F | 3E |
| Octal | 273 | 177 | 257 | 0 | 40 | 6 | 33 | 470 | 37 | 76 |
| Binary | 10111011 | 1111111 | 10101111 | 0 | 100000 | 110 | 11011 | 100111000 | 11111 | 111110 |
Color Harmonies of #BB7FAF
Complementary color
Monochromatic Colors of #BB7FAF
Black with #BB7FAF
Text Example
Text Example
White with #BB7FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7FAF; }
p { color: rgb(187,127,175); }
H1.HeaderClassName
{
color: #BB7FAF;
}
.AnyTagClassName
{
color: #BB7FAF;
}
</style>
background-color css
<style>
a { background-color: #BB7FAF; }
a { background-color: rgb(187,127,175); }
div.DivClassName
{
background-color: #BB7FAF;
}
.BgClassName
{
background-color: #BB7FAF;
}
</style>
border-color css
<style>
span { border-color: #BB7FAF; }
span { border-color: rgb(187,127,175); }
td.TdClassName
{
border-color: #BB7FAF;
}
.TagClassName
{
border-color: #BB7FAF;
}
</style>