Shades of Medium Violet Red #BB1192
Tints of Medium Violet Red #BB1192
RGB
CMYK
RGB Variations
Color information
#BB1192 (or 0xBB1192) is known color: Medium Violet Red. HEX triplet: BB, 11 and 92. RGB value is (187,17,146). Sum of RGB (Red+Green+Blue) = 187+17+146=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1192 is #44EE6D. Grayscale: #525252. Windows color (decimal): -4517486 or 9572795. OLE color: 9572795.
HSL color Cylindrical-coordinate representation of color #BB1192: hue angle of 314.47º 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 #BB1192 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 146 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.27 |
| HSL | 314.47º | 0.83% | 0.4% | - |
| HSV(B) | 314.47º | 0.91% | 0.73% | - |
| XYZ | 25.88 | 13.04 | 28.35 | - |
| YUV | 82.54 | 163.82 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 146 | 0 | 0.91 | 0.22 | 0.27 | 314.47 | 0.83 | 0.4 |
| Hex | BB | 11 | 92 | 0 | 5B | 16 | 1B | 13A | 53 | 28 |
| Octal | 273 | 21 | 222 | 0 | 133 | 26 | 33 | 472 | 123 | 50 |
| Binary | 10111011 | 10001 | 10010010 | 0 | 1011011 | 10110 | 11011 | 100111010 | 1010011 | 101000 |
Color Harmonies of #BB1192
Complementary color
Monochromatic Colors of #BB1192
Black with #BB1192
Text Example
Text Example
White with #BB1192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1192; }
p { color: rgb(187,17,146); }
H1.HeaderClassName
{
color: #BB1192;
}
.AnyTagClassName
{
color: #BB1192;
}
</style>
background-color css
<style>
a { background-color: #BB1192; }
a { background-color: rgb(187,17,146); }
div.DivClassName
{
background-color: #BB1192;
}
.BgClassName
{
background-color: #BB1192;
}
</style>
border-color css
<style>
span { border-color: #BB1192; }
span { border-color: rgb(187,17,146); }
td.TdClassName
{
border-color: #BB1192;
}
.TagClassName
{
border-color: #BB1192;
}
</style>