Shades of Medium Violet Red #BF0273
Tints of Medium Violet Red #BF0273
RGB
CMYK
RGB Variations
Color information
#BF0273 (or 0xBF0273) is known color: Medium Violet Red. HEX triplet: BF, 02 and 73. RGB value is (191,2,115). Sum of RGB (Red+Green+Blue) = 191+2+115=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0273 is #40FD8C. Grayscale: #474747. Windows color (decimal): -4259213 or 7537343. OLE color: 7537343.
HSL color Cylindrical-coordinate representation of color #BF0273: hue angle of 324.13º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0273 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.25 |
| HSL | 324.13º | 0.98% | 0.38% | - |
| HSV(B) | 324.13º | 0.99% | 0.75% | - |
| XYZ | 24.6 | 12.36 | 17.31 | - |
| YUV | 71.39 | 152.62 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 115 | 0 | 0.99 | 0.40 | 0.25 | 324.13 | 0.98 | 0.38 |
| Hex | BF | 2 | 73 | 0 | 63 | 28 | 19 | 144 | 62 | 26 |
| Octal | 277 | 2 | 163 | 0 | 143 | 50 | 31 | 504 | 142 | 46 |
| Binary | 10111111 | 10 | 1110011 | 0 | 1100011 | 101000 | 11001 | 101000100 | 1100010 | 100110 |
Color Harmonies of #BF0273
Complementary color
Monochromatic Colors of #BF0273
Black with #BF0273
Text Example
Text Example
White with #BF0273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0273; }
p { color: rgb(191,2,115); }
H1.HeaderClassName
{
color: #BF0273;
}
.AnyTagClassName
{
color: #BF0273;
}
</style>
background-color css
<style>
a { background-color: #BF0273; }
a { background-color: rgb(191,2,115); }
div.DivClassName
{
background-color: #BF0273;
}
.BgClassName
{
background-color: #BF0273;
}
</style>
border-color css
<style>
span { border-color: #BF0273; }
span { border-color: rgb(191,2,115); }
td.TdClassName
{
border-color: #BF0273;
}
.TagClassName
{
border-color: #BF0273;
}
</style>