Shades of Medium Violet Red #BF0072
Tints of Medium Violet Red #BF0072
RGB
CMYK
RGB Variations
Color information
#BF0072 (or 0xBF0072) is known color: Medium Violet Red. HEX triplet: BF, 00 and 72. RGB value is (191,0,114). Sum of RGB (Red+Green+Blue) = 191+0+114=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0072 is #40FF8D. Grayscale: #454545. Windows color (decimal): -4259726 or 7471295. OLE color: 7471295.
HSL color Cylindrical-coordinate representation of color #BF0072: hue angle of 324.19º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF0072 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.40 | 0.25 |
| HSL | 324.19º | 1% | 0.37% | - |
| HSV(B) | 324.19º | 1% | 0.75% | - |
| XYZ | 24.52 | 12.29 | 17 | - |
| YUV | 70.11 | 152.78 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 114 | 0 | 1 | 0.40 | 0.25 | 324.19 | 1 | 0.37 |
| Hex | BF | 0 | 72 | 0 | 64 | 28 | 19 | 144 | 64 | 25 |
| Octal | 277 | 0 | 162 | 0 | 144 | 50 | 31 | 504 | 144 | 45 |
| Binary | 10111111 | 0 | 1110010 | 0 | 1100100 | 101000 | 11001 | 101000100 | 1100100 | 100101 |
Color Harmonies of #BF0072
Complementary color
Monochromatic Colors of #BF0072
Black with #BF0072
Text Example
Text Example
White with #BF0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0072; }
p { color: rgb(191,0,114); }
H1.HeaderClassName
{
color: #BF0072;
}
.AnyTagClassName
{
color: #BF0072;
}
</style>
background-color css
<style>
a { background-color: #BF0072; }
a { background-color: rgb(191,0,114); }
div.DivClassName
{
background-color: #BF0072;
}
.BgClassName
{
background-color: #BF0072;
}
</style>
border-color css
<style>
span { border-color: #BF0072; }
span { border-color: rgb(191,0,114); }
td.TdClassName
{
border-color: #BF0072;
}
.TagClassName
{
border-color: #BF0072;
}
</style>