Shades of Medium Red Violet #BF397F
Tints of Medium Red Violet #BF397F
RGB
CMYK
RGB Variations
Color information
#BF397F (or 0xBF397F) is known color: Medium Red Violet. HEX triplet: BF, 39 and 7F. RGB value is (191,57,127). Sum of RGB (Red+Green+Blue) = 191+57+127=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF397F is #40C680. Grayscale: #686868. Windows color (decimal): -4245121 or 8337855. OLE color: 8337855.
HSL color Cylindrical-coordinate representation of color #BF397F: hue angle of 328.66º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF397F is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 57 | 127 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.25 |
| HSL | 328.66º | 0.54% | 0.49% | - |
| HSV(B) | 328.66º | 0.7% | 0.75% | - |
| XYZ | 26.78 | 15.53 | 21.67 | - |
| YUV | 105.05 | 140.39 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 57 | 127 | 0 | 0.70 | 0.34 | 0.25 | 328.66 | 0.54 | 0.49 |
| Hex | BF | 39 | 7F | 0 | 46 | 22 | 19 | 149 | 36 | 31 |
| Octal | 277 | 71 | 177 | 0 | 106 | 42 | 31 | 511 | 66 | 61 |
| Binary | 10111111 | 111001 | 1111111 | 0 | 1000110 | 100010 | 11001 | 101001001 | 110110 | 110001 |
Color Harmonies of #BF397F
Complementary color
Monochromatic Colors of #BF397F
Black with #BF397F
Text Example
Text Example
White with #BF397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF397F; }
p { color: rgb(191,57,127); }
H1.HeaderClassName
{
color: #BF397F;
}
.AnyTagClassName
{
color: #BF397F;
}
</style>
background-color css
<style>
a { background-color: #BF397F; }
a { background-color: rgb(191,57,127); }
div.DivClassName
{
background-color: #BF397F;
}
.BgClassName
{
background-color: #BF397F;
}
</style>
border-color css
<style>
span { border-color: #BF397F; }
span { border-color: rgb(191,57,127); }
td.TdClassName
{
border-color: #BF397F;
}
.TagClassName
{
border-color: #BF397F;
}
</style>