Shades of Medium Red Violet #BF2F73
Tints of Medium Red Violet #BF2F73
RGB
CMYK
RGB Variations
Color information
#BF2F73 (or 0xBF2F73) is known color: Medium Red Violet. HEX triplet: BF, 2F and 73. RGB value is (191,47,115). Sum of RGB (Red+Green+Blue) = 191+47+115=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2F73 is #40D08C. Grayscale: #616161. Windows color (decimal): -4247693 or 7548863. OLE color: 7548863.
HSL color Cylindrical-coordinate representation of color #BF2F73: hue angle of 331.67º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF2F73 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 47 | 115 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.25 |
| HSL | 331.67º | 0.61% | 0.47% | - |
| HSV(B) | 331.67º | 0.75% | 0.75% | - |
| XYZ | 25.6 | 14.35 | 17.64 | - |
| YUV | 97.81 | 137.71 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 115 | 0 | 0.75 | 0.40 | 0.25 | 331.67 | 0.61 | 0.47 |
| Hex | BF | 2F | 73 | 0 | 4B | 28 | 19 | 14C | 3D | 2F |
| Octal | 277 | 57 | 163 | 0 | 113 | 50 | 31 | 514 | 75 | 57 |
| Binary | 10111111 | 101111 | 1110011 | 0 | 1001011 | 101000 | 11001 | 101001100 | 111101 | 101111 |
Color Harmonies of #BF2F73
Complementary color
Monochromatic Colors of #BF2F73
Black with #BF2F73
Text Example
Text Example
White with #BF2F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2F73; }
p { color: rgb(191,47,115); }
H1.HeaderClassName
{
color: #BF2F73;
}
.AnyTagClassName
{
color: #BF2F73;
}
</style>
background-color css
<style>
a { background-color: #BF2F73; }
a { background-color: rgb(191,47,115); }
div.DivClassName
{
background-color: #BF2F73;
}
.BgClassName
{
background-color: #BF2F73;
}
</style>
border-color css
<style>
span { border-color: #BF2F73; }
span { border-color: rgb(191,47,115); }
td.TdClassName
{
border-color: #BF2F73;
}
.TagClassName
{
border-color: #BF2F73;
}
</style>