Shades of Medium Red Violet #BF398E
Tints of Medium Red Violet #BF398E
RGB
CMYK
RGB Variations
Color information
#BF398E (or 0xBF398E) is known color: Medium Red Violet. HEX triplet: BF, 39 and 8E. RGB value is (191,57,142). Sum of RGB (Red+Green+Blue) = 191+57+142=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF398E is #40C671. Grayscale: #6A6A6A. Windows color (decimal): -4245106 or 9320895. OLE color: 9320895.
HSL color Cylindrical-coordinate representation of color #BF398E: hue angle of 321.94º 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 #BF398E is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 57 | 142 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.25 |
| HSL | 321.94º | 0.54% | 0.49% | - |
| HSV(B) | 321.94º | 0.7% | 0.75% | - |
| XYZ | 27.83 | 15.96 | 27.2 | - |
| YUV | 106.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 57 | 142 | 0 | 0.70 | 0.26 | 0.25 | 321.94 | 0.54 | 0.49 |
| Hex | BF | 39 | 8E | 0 | 46 | 1A | 19 | 142 | 36 | 31 |
| Octal | 277 | 71 | 216 | 0 | 106 | 32 | 31 | 502 | 66 | 61 |
| Binary | 10111111 | 111001 | 10001110 | 0 | 1000110 | 11010 | 11001 | 101000010 | 110110 | 110001 |
Color Harmonies of #BF398E
Complementary color
Monochromatic Colors of #BF398E
Black with #BF398E
Text Example
Text Example
White with #BF398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF398E; }
p { color: rgb(191,57,142); }
H1.HeaderClassName
{
color: #BF398E;
}
.AnyTagClassName
{
color: #BF398E;
}
</style>
background-color css
<style>
a { background-color: #BF398E; }
a { background-color: rgb(191,57,142); }
div.DivClassName
{
background-color: #BF398E;
}
.BgClassName
{
background-color: #BF398E;
}
</style>
border-color css
<style>
span { border-color: #BF398E; }
span { border-color: rgb(191,57,142); }
td.TdClassName
{
border-color: #BF398E;
}
.TagClassName
{
border-color: #BF398E;
}
</style>