Shades of Medium Red Violet #BF3E7D
Tints of Medium Red Violet #BF3E7D
RGB
CMYK
RGB Variations
Color information
#BF3E7D (or 0xBF3E7D) is known color: Medium Red Violet. HEX triplet: BF, 3E and 7D. RGB value is (191,62,125). Sum of RGB (Red+Green+Blue) = 191+62+125=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E7D is #40C182. Grayscale: #6B6B6B. Windows color (decimal): -4243843 or 8208063. OLE color: 8208063.
HSL color Cylindrical-coordinate representation of color #BF3E7D: hue angle of 330.7º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E7D is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 125 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.25 |
| HSL | 330.7º | 0.51% | 0.5% | - |
| HSV(B) | 330.7º | 0.68% | 0.75% | - |
| XYZ | 26.91 | 16 | 21.07 | - |
| YUV | 107.75 | 137.74 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 125 | 0 | 0.68 | 0.35 | 0.25 | 330.7 | 0.51 | 0.5 |
| Hex | BF | 3E | 7D | 0 | 44 | 23 | 19 | 14B | 33 | 32 |
| Octal | 277 | 76 | 175 | 0 | 104 | 43 | 31 | 513 | 63 | 62 |
| Binary | 10111111 | 111110 | 1111101 | 0 | 1000100 | 100011 | 11001 | 101001011 | 110011 | 110010 |
Color Harmonies of #BF3E7D
Complementary color
Monochromatic Colors of #BF3E7D
Black with #BF3E7D
Text Example
Text Example
White with #BF3E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E7D; }
p { color: rgb(191,62,125); }
H1.HeaderClassName
{
color: #BF3E7D;
}
.AnyTagClassName
{
color: #BF3E7D;
}
</style>
background-color css
<style>
a { background-color: #BF3E7D; }
a { background-color: rgb(191,62,125); }
div.DivClassName
{
background-color: #BF3E7D;
}
.BgClassName
{
background-color: #BF3E7D;
}
</style>
border-color css
<style>
span { border-color: #BF3E7D; }
span { border-color: rgb(191,62,125); }
td.TdClassName
{
border-color: #BF3E7D;
}
.TagClassName
{
border-color: #BF3E7D;
}
</style>