Shades of Medium Red Violet #BF3271
Tints of Medium Red Violet #BF3271
RGB
CMYK
RGB Variations
Color information
#BF3271 (or 0xBF3271) is known color: Medium Red Violet. HEX triplet: BF, 32 and 71. RGB value is (191,50,113). Sum of RGB (Red+Green+Blue) = 191+50+113=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3271 is #40CD8E. Grayscale: #636363. Windows color (decimal): -4246927 or 7418559. OLE color: 7418559.
HSL color Cylindrical-coordinate representation of color #BF3271: hue angle of 333.19º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3271 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 113 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.25 |
| HSL | 333.19º | 0.59% | 0.47% | - |
| HSV(B) | 333.19º | 0.74% | 0.75% | - |
| XYZ | 25.61 | 14.55 | 17.08 | - |
| YUV | 99.34 | 135.71 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 113 | 0 | 0.74 | 0.41 | 0.25 | 333.19 | 0.59 | 0.47 |
| Hex | BF | 32 | 71 | 0 | 4A | 29 | 19 | 14D | 3B | 2F |
| Octal | 277 | 62 | 161 | 0 | 112 | 51 | 31 | 515 | 73 | 57 |
| Binary | 10111111 | 110010 | 1110001 | 0 | 1001010 | 101001 | 11001 | 101001101 | 111011 | 101111 |
Color Harmonies of #BF3271
Complementary color
Monochromatic Colors of #BF3271
Black with #BF3271
Text Example
Text Example
White with #BF3271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3271; }
p { color: rgb(191,50,113); }
H1.HeaderClassName
{
color: #BF3271;
}
.AnyTagClassName
{
color: #BF3271;
}
</style>
background-color css
<style>
a { background-color: #BF3271; }
a { background-color: rgb(191,50,113); }
div.DivClassName
{
background-color: #BF3271;
}
.BgClassName
{
background-color: #BF3271;
}
</style>
border-color css
<style>
span { border-color: #BF3271; }
span { border-color: rgb(191,50,113); }
td.TdClassName
{
border-color: #BF3271;
}
.TagClassName
{
border-color: #BF3271;
}
</style>