Shades of Medium Violet Red #BB0198
Tints of Medium Violet Red #BB0198
RGB
CMYK
RGB Variations
Color information
#BB0198 (or 0xBB0198) is known color: Medium Violet Red. HEX triplet: BB, 01 and 98. RGB value is (187,1,152). Sum of RGB (Red+Green+Blue) = 187+1+152=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0198 is #44FE67. Grayscale: #494949. Windows color (decimal): -4521576 or 9961915. OLE color: 9961915.
HSL color Cylindrical-coordinate representation of color #BB0198: hue angle of 311.29º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0198 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 152 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.27 |
| HSL | 311.29º | 0.99% | 0.37% | - |
| HSV(B) | 311.29º | 0.99% | 0.73% | - |
| XYZ | 26.17 | 12.85 | 30.81 | - |
| YUV | 73.83 | 172.12 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 152 | 0 | 0.99 | 0.19 | 0.27 | 311.29 | 0.99 | 0.37 |
| Hex | BB | 1 | 98 | 0 | 63 | 13 | 1B | 137 | 63 | 25 |
| Octal | 273 | 1 | 230 | 0 | 143 | 23 | 33 | 467 | 143 | 45 |
| Binary | 10111011 | 1 | 10011000 | 0 | 1100011 | 10011 | 11011 | 100110111 | 1100011 | 100101 |
Color Harmonies of #BB0198
Complementary color
Monochromatic Colors of #BB0198
Black with #BB0198
Text Example
Text Example
White with #BB0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0198; }
p { color: rgb(187,1,152); }
H1.HeaderClassName
{
color: #BB0198;
}
.AnyTagClassName
{
color: #BB0198;
}
</style>
background-color css
<style>
a { background-color: #BB0198; }
a { background-color: rgb(187,1,152); }
div.DivClassName
{
background-color: #BB0198;
}
.BgClassName
{
background-color: #BB0198;
}
</style>
border-color css
<style>
span { border-color: #BB0198; }
span { border-color: rgb(187,1,152); }
td.TdClassName
{
border-color: #BB0198;
}
.TagClassName
{
border-color: #BB0198;
}
</style>