Shades of Medium Violet Red #BB1198
Tints of Medium Violet Red #BB1198
RGB
CMYK
RGB Variations
Color information
#BB1198 (or 0xBB1198) is known color: Medium Violet Red. HEX triplet: BB, 11 and 98. RGB value is (187,17,152). Sum of RGB (Red+Green+Blue) = 187+17+152=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1198 is #44EE67. Grayscale: #525252. Windows color (decimal): -4517480 or 9966011. OLE color: 9966011.
HSL color Cylindrical-coordinate representation of color #BB1198: hue angle of 312.35º 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 #BB1198 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 152 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.27 |
| HSL | 312.35º | 0.83% | 0.4% | - |
| HSV(B) | 312.35º | 0.91% | 0.73% | - |
| XYZ | 26.36 | 13.23 | 30.87 | - |
| YUV | 83.22 | 166.82 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 152 | 0 | 0.91 | 0.19 | 0.27 | 312.35 | 0.83 | 0.4 |
| Hex | BB | 11 | 98 | 0 | 5B | 13 | 1B | 138 | 53 | 28 |
| Octal | 273 | 21 | 230 | 0 | 133 | 23 | 33 | 470 | 123 | 50 |
| Binary | 10111011 | 10001 | 10011000 | 0 | 1011011 | 10011 | 11011 | 100111000 | 1010011 | 101000 |
Color Harmonies of #BB1198
Complementary color
Monochromatic Colors of #BB1198
Black with #BB1198
Text Example
Text Example
White with #BB1198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1198; }
p { color: rgb(187,17,152); }
H1.HeaderClassName
{
color: #BB1198;
}
.AnyTagClassName
{
color: #BB1198;
}
</style>
background-color css
<style>
a { background-color: #BB1198; }
a { background-color: rgb(187,17,152); }
div.DivClassName
{
background-color: #BB1198;
}
.BgClassName
{
background-color: #BB1198;
}
</style>
border-color css
<style>
span { border-color: #BB1198; }
span { border-color: rgb(187,17,152); }
td.TdClassName
{
border-color: #BB1198;
}
.TagClassName
{
border-color: #BB1198;
}
</style>