Shades of Medium Violet Red #BB0F83
Tints of Medium Violet Red #BB0F83
RGB
CMYK
RGB Variations
Color information
#BB0F83 (or 0xBB0F83) is known color: Medium Violet Red. HEX triplet: BB, 0F and 83. RGB value is (187,15,131). Sum of RGB (Red+Green+Blue) = 187+15+131=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0F83 is #44F07C. Grayscale: #4F4F4F. Windows color (decimal): -4518013 or 8589243. OLE color: 8589243.
HSL color Cylindrical-coordinate representation of color #BB0F83: hue angle of 319.53º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F83 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 131 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.27 |
| HSL | 319.53º | 0.85% | 0.4% | - |
| HSV(B) | 319.53º | 0.92% | 0.73% | - |
| XYZ | 24.76 | 12.55 | 22.59 | - |
| YUV | 79.65 | 156.98 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 131 | 0 | 0.92 | 0.30 | 0.27 | 319.53 | 0.85 | 0.4 |
| Hex | BB | F | 83 | 0 | 5C | 1E | 1B | 140 | 55 | 28 |
| Octal | 273 | 17 | 203 | 0 | 134 | 36 | 33 | 500 | 125 | 50 |
| Binary | 10111011 | 1111 | 10000011 | 0 | 1011100 | 11110 | 11011 | 101000000 | 1010101 | 101000 |
Color Harmonies of #BB0F83
Complementary color
Monochromatic Colors of #BB0F83
Black with #BB0F83
Text Example
Text Example
White with #BB0F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0F83; }
p { color: rgb(187,15,131); }
H1.HeaderClassName
{
color: #BB0F83;
}
.AnyTagClassName
{
color: #BB0F83;
}
</style>
background-color css
<style>
a { background-color: #BB0F83; }
a { background-color: rgb(187,15,131); }
div.DivClassName
{
background-color: #BB0F83;
}
.BgClassName
{
background-color: #BB0F83;
}
</style>
border-color css
<style>
span { border-color: #BB0F83; }
span { border-color: rgb(187,15,131); }
td.TdClassName
{
border-color: #BB0F83;
}
.TagClassName
{
border-color: #BB0F83;
}
</style>