Shades of Medium Red Violet #BF3E89
Tints of Medium Red Violet #BF3E89
RGB
CMYK
RGB Variations
Color information
#BF3E89 (or 0xBF3E89) is known color: Medium Red Violet. HEX triplet: BF, 3E and 89. RGB value is (191,62,137). Sum of RGB (Red+Green+Blue) = 191+62+137=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3E89 is #40C176. Grayscale: #6C6C6C. Windows color (decimal): -4243831 or 8994495. OLE color: 8994495.
HSL color Cylindrical-coordinate representation of color #BF3E89: hue angle of 325.12º 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 #BF3E89 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 137 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.25 |
| HSL | 325.12º | 0.51% | 0.5% | - |
| HSV(B) | 325.12º | 0.68% | 0.75% | - |
| XYZ | 27.72 | 16.33 | 25.36 | - |
| YUV | 109.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 137 | 0 | 0.68 | 0.28 | 0.25 | 325.12 | 0.51 | 0.5 |
| Hex | BF | 3E | 89 | 0 | 44 | 1C | 19 | 145 | 33 | 32 |
| Octal | 277 | 76 | 211 | 0 | 104 | 34 | 31 | 505 | 63 | 62 |
| Binary | 10111111 | 111110 | 10001001 | 0 | 1000100 | 11100 | 11001 | 101000101 | 110011 | 110010 |
Color Harmonies of #BF3E89
Complementary color
Monochromatic Colors of #BF3E89
Black with #BF3E89
Text Example
Text Example
White with #BF3E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E89; }
p { color: rgb(191,62,137); }
H1.HeaderClassName
{
color: #BF3E89;
}
.AnyTagClassName
{
color: #BF3E89;
}
</style>
background-color css
<style>
a { background-color: #BF3E89; }
a { background-color: rgb(191,62,137); }
div.DivClassName
{
background-color: #BF3E89;
}
.BgClassName
{
background-color: #BF3E89;
}
</style>
border-color css
<style>
span { border-color: #BF3E89; }
span { border-color: rgb(191,62,137); }
td.TdClassName
{
border-color: #BF3E89;
}
.TagClassName
{
border-color: #BF3E89;
}
</style>