Shades of Medium Violet Red #BF0C99
Tints of Medium Violet Red #BF0C99
RGB
CMYK
RGB Variations
Color information
#BF0C99 (or 0xBF0C99) is known color: Medium Violet Red. HEX triplet: BF, 0C and 99. RGB value is (191,12,153). Sum of RGB (Red+Green+Blue) = 191+12+153=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0C99 is #40F366. Grayscale: #515151. Windows color (decimal): -4256615 or 10030271. OLE color: 10030271.
HSL color Cylindrical-coordinate representation of color #BF0C99: hue angle of 312.74º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0C99 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 153 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.25 |
| HSL | 312.74º | 0.88% | 0.4% | - |
| HSV(B) | 312.74º | 0.94% | 0.75% | - |
| XYZ | 27.37 | 13.64 | 31.33 | - |
| YUV | 81.6 | 168.3 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 153 | 0 | 0.94 | 0.20 | 0.25 | 312.74 | 0.88 | 0.4 |
| Hex | BF | C | 99 | 0 | 5E | 14 | 19 | 139 | 58 | 28 |
| Octal | 277 | 14 | 231 | 0 | 136 | 24 | 31 | 471 | 130 | 50 |
| Binary | 10111111 | 1100 | 10011001 | 0 | 1011110 | 10100 | 11001 | 100111001 | 1011000 | 101000 |
Color Harmonies of #BF0C99
Complementary color
Monochromatic Colors of #BF0C99
Black with #BF0C99
Text Example
Text Example
White with #BF0C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0C99; }
p { color: rgb(191,12,153); }
H1.HeaderClassName
{
color: #BF0C99;
}
.AnyTagClassName
{
color: #BF0C99;
}
</style>
background-color css
<style>
a { background-color: #BF0C99; }
a { background-color: rgb(191,12,153); }
div.DivClassName
{
background-color: #BF0C99;
}
.BgClassName
{
background-color: #BF0C99;
}
</style>
border-color css
<style>
span { border-color: #BF0C99; }
span { border-color: rgb(191,12,153); }
td.TdClassName
{
border-color: #BF0C99;
}
.TagClassName
{
border-color: #BF0C99;
}
</style>