Shades of Medium Violet Red #BF0271
Tints of Medium Violet Red #BF0271
RGB
CMYK
RGB Variations
Color information
#BF0271 (or 0xBF0271) is known color: Medium Violet Red. HEX triplet: BF, 02 and 71. RGB value is (191,2,113). Sum of RGB (Red+Green+Blue) = 191+2+113=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0271 is #40FD8E. Grayscale: #464646. Windows color (decimal): -4259215 or 7406271. OLE color: 7406271.
HSL color Cylindrical-coordinate representation of color #BF0271: hue angle of 324.76º 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 #BF0271 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.25 |
| HSL | 324.76º | 0.98% | 0.38% | - |
| HSV(B) | 324.76º | 0.99% | 0.75% | - |
| XYZ | 24.49 | 12.31 | 16.71 | - |
| YUV | 71.17 | 151.62 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 113 | 0 | 0.99 | 0.41 | 0.25 | 324.76 | 0.98 | 0.38 |
| Hex | BF | 2 | 71 | 0 | 63 | 29 | 19 | 145 | 62 | 26 |
| Octal | 277 | 2 | 161 | 0 | 143 | 51 | 31 | 505 | 142 | 46 |
| Binary | 10111111 | 10 | 1110001 | 0 | 1100011 | 101001 | 11001 | 101000101 | 1100010 | 100110 |
Color Harmonies of #BF0271
Complementary color
Monochromatic Colors of #BF0271
Black with #BF0271
Text Example
Text Example
White with #BF0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0271; }
p { color: rgb(191,2,113); }
H1.HeaderClassName
{
color: #BF0271;
}
.AnyTagClassName
{
color: #BF0271;
}
</style>
background-color css
<style>
a { background-color: #BF0271; }
a { background-color: rgb(191,2,113); }
div.DivClassName
{
background-color: #BF0271;
}
.BgClassName
{
background-color: #BF0271;
}
</style>
border-color css
<style>
span { border-color: #BF0271; }
span { border-color: rgb(191,2,113); }
td.TdClassName
{
border-color: #BF0271;
}
.TagClassName
{
border-color: #BF0271;
}
</style>