Shades of Medium Violet Red #BB116F
Tints of Medium Violet Red #BB116F
RGB
CMYK
RGB Variations
Color information
#BB116F (or 0xBB116F) is known color: Medium Violet Red. HEX triplet: BB, 11 and 6F. RGB value is (187,17,111). Sum of RGB (Red+Green+Blue) = 187+17+111=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB116F is #44EE90. Grayscale: #4E4E4E. Windows color (decimal): -4517521 or 7279035. OLE color: 7279035.
HSL color Cylindrical-coordinate representation of color #BB116F: hue angle of 326.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB116F is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 111 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.27 |
| HSL | 326.82º | 0.83% | 0.4% | - |
| HSV(B) | 326.82º | 0.91% | 0.73% | - |
| XYZ | 23.56 | 12.11 | 16.14 | - |
| YUV | 78.55 | 146.32 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 111 | 0 | 0.91 | 0.41 | 0.27 | 326.82 | 0.83 | 0.4 |
| Hex | BB | 11 | 6F | 0 | 5B | 29 | 1B | 147 | 53 | 28 |
| Octal | 273 | 21 | 157 | 0 | 133 | 51 | 33 | 507 | 123 | 50 |
| Binary | 10111011 | 10001 | 1101111 | 0 | 1011011 | 101001 | 11011 | 101000111 | 1010011 | 101000 |
Color Harmonies of #BB116F
Complementary color
Monochromatic Colors of #BB116F
Black with #BB116F
Text Example
Text Example
White with #BB116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB116F; }
p { color: rgb(187,17,111); }
H1.HeaderClassName
{
color: #BB116F;
}
.AnyTagClassName
{
color: #BB116F;
}
</style>
background-color css
<style>
a { background-color: #BB116F; }
a { background-color: rgb(187,17,111); }
div.DivClassName
{
background-color: #BB116F;
}
.BgClassName
{
background-color: #BB116F;
}
</style>
border-color css
<style>
span { border-color: #BB116F; }
span { border-color: rgb(187,17,111); }
td.TdClassName
{
border-color: #BB116F;
}
.TagClassName
{
border-color: #BB116F;
}
</style>