Shades of Medium Violet Red #BF0C72
Tints of Medium Violet Red #BF0C72
RGB
CMYK
RGB Variations
Color information
#BF0C72 (or 0xBF0C72) is known color: Medium Violet Red. HEX triplet: BF, 0C and 72. RGB value is (191,12,114). Sum of RGB (Red+Green+Blue) = 191+12+114=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0C72 is #40F38D. Grayscale: #4C4C4C. Windows color (decimal): -4256654 or 7474367. OLE color: 7474367.
HSL color Cylindrical-coordinate representation of color #BF0C72: hue angle of 325.81º 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 #BF0C72 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 114 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.25 |
| HSL | 325.81º | 0.88% | 0.4% | - |
| HSV(B) | 325.81º | 0.94% | 0.75% | - |
| XYZ | 24.65 | 12.55 | 17.04 | - |
| YUV | 77.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 114 | 0 | 0.94 | 0.40 | 0.25 | 325.81 | 0.88 | 0.4 |
| Hex | BF | C | 72 | 0 | 5E | 28 | 19 | 146 | 58 | 28 |
| Octal | 277 | 14 | 162 | 0 | 136 | 50 | 31 | 506 | 130 | 50 |
| Binary | 10111111 | 1100 | 1110010 | 0 | 1011110 | 101000 | 11001 | 101000110 | 1011000 | 101000 |
Color Harmonies of #BF0C72
Complementary color
Monochromatic Colors of #BF0C72
Black with #BF0C72
Text Example
Text Example
White with #BF0C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0C72; }
p { color: rgb(191,12,114); }
H1.HeaderClassName
{
color: #BF0C72;
}
.AnyTagClassName
{
color: #BF0C72;
}
</style>
background-color css
<style>
a { background-color: #BF0C72; }
a { background-color: rgb(191,12,114); }
div.DivClassName
{
background-color: #BF0C72;
}
.BgClassName
{
background-color: #BF0C72;
}
</style>
border-color css
<style>
span { border-color: #BF0C72; }
span { border-color: rgb(191,12,114); }
td.TdClassName
{
border-color: #BF0C72;
}
.TagClassName
{
border-color: #BF0C72;
}
</style>