Shades of Medium Violet Red #BB0799
Tints of Medium Violet Red #BB0799
RGB
CMYK
RGB Variations
Color information
#BB0799 (or 0xBB0799) is known color: Medium Violet Red. HEX triplet: BB, 07 and 99. RGB value is (187,7,153). Sum of RGB (Red+Green+Blue) = 187+7+153=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0799 is #44F866. Grayscale: #4D4D4D. Windows color (decimal): -4520039 or 10028987. OLE color: 10028987.
HSL color Cylindrical-coordinate representation of color #BB0799: hue angle of 311.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0799 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 153 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.27 |
| HSL | 311.33º | 0.93% | 0.38% | - |
| HSV(B) | 311.33º | 0.96% | 0.73% | - |
| XYZ | 26.32 | 13.02 | 31.26 | - |
| YUV | 77.46 | 170.63 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 153 | 0 | 0.96 | 0.18 | 0.27 | 311.33 | 0.93 | 0.38 |
| Hex | BB | 7 | 99 | 0 | 60 | 12 | 1B | 137 | 5D | 26 |
| Octal | 273 | 7 | 231 | 0 | 140 | 22 | 33 | 467 | 135 | 46 |
| Binary | 10111011 | 111 | 10011001 | 0 | 1100000 | 10010 | 11011 | 100110111 | 1011101 | 100110 |
Color Harmonies of #BB0799
Complementary color
Monochromatic Colors of #BB0799
Black with #BB0799
Text Example
Text Example
White with #BB0799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0799; }
p { color: rgb(187,7,153); }
H1.HeaderClassName
{
color: #BB0799;
}
.AnyTagClassName
{
color: #BB0799;
}
</style>
background-color css
<style>
a { background-color: #BB0799; }
a { background-color: rgb(187,7,153); }
div.DivClassName
{
background-color: #BB0799;
}
.BgClassName
{
background-color: #BB0799;
}
</style>
border-color css
<style>
span { border-color: #BB0799; }
span { border-color: rgb(187,7,153); }
td.TdClassName
{
border-color: #BB0799;
}
.TagClassName
{
border-color: #BB0799;
}
</style>