Shades of Medium Violet Red #BB119D
Tints of Medium Violet Red #BB119D
RGB
CMYK
RGB Variations
Color information
#BB119D (or 0xBB119D) is known color: Medium Violet Red. HEX triplet: BB, 11 and 9D. RGB value is (187,17,157). Sum of RGB (Red+Green+Blue) = 187+17+157=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB119D is #44EE62. Grayscale: #535353. Windows color (decimal): -4517475 or 10293691. OLE color: 10293691.
HSL color Cylindrical-coordinate representation of color #BB119D: hue angle of 310.59º 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 #BB119D is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 157 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.27 |
| HSL | 310.59º | 0.83% | 0.4% | - |
| HSV(B) | 310.59º | 0.91% | 0.73% | - |
| XYZ | 26.78 | 13.4 | 33.07 | - |
| YUV | 83.79 | 169.32 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 157 | 0 | 0.91 | 0.16 | 0.27 | 310.59 | 0.83 | 0.4 |
| Hex | BB | 11 | 9D | 0 | 5B | 10 | 1B | 137 | 53 | 28 |
| Octal | 273 | 21 | 235 | 0 | 133 | 20 | 33 | 467 | 123 | 50 |
| Binary | 10111011 | 10001 | 10011101 | 0 | 1011011 | 10000 | 11011 | 100110111 | 1010011 | 101000 |
Color Harmonies of #BB119D
Complementary color
Monochromatic Colors of #BB119D
Black with #BB119D
Text Example
Text Example
White with #BB119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB119D; }
p { color: rgb(187,17,157); }
H1.HeaderClassName
{
color: #BB119D;
}
.AnyTagClassName
{
color: #BB119D;
}
</style>
background-color css
<style>
a { background-color: #BB119D; }
a { background-color: rgb(187,17,157); }
div.DivClassName
{
background-color: #BB119D;
}
.BgClassName
{
background-color: #BB119D;
}
</style>
border-color css
<style>
span { border-color: #BB119D; }
span { border-color: rgb(187,17,157); }
td.TdClassName
{
border-color: #BB119D;
}
.TagClassName
{
border-color: #BB119D;
}
</style>