Shades of Medium Red Violet #BF3A89
Tints of Medium Red Violet #BF3A89
RGB
CMYK
RGB Variations
Color information
#BF3A89 (or 0xBF3A89) is known color: Medium Red Violet. HEX triplet: BF, 3A and 89. RGB value is (191,58,137). Sum of RGB (Red+Green+Blue) = 191+58+137=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3A89 is #40C576. Grayscale: #6A6A6A. Windows color (decimal): -4244855 or 8993471. OLE color: 8993471.
HSL color Cylindrical-coordinate representation of color #BF3A89: hue angle of 324.36º degrees, saturation: 0.53, 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 #BF3A89 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 137 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.25 |
| HSL | 324.36º | 0.53% | 0.49% | - |
| HSV(B) | 324.36º | 0.7% | 0.75% | - |
| XYZ | 27.51 | 15.91 | 25.29 | - |
| YUV | 106.77 | 145.06 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 137 | 0 | 0.70 | 0.28 | 0.25 | 324.36 | 0.53 | 0.49 |
| Hex | BF | 3A | 89 | 0 | 46 | 1C | 19 | 144 | 35 | 31 |
| Octal | 277 | 72 | 211 | 0 | 106 | 34 | 31 | 504 | 65 | 61 |
| Binary | 10111111 | 111010 | 10001001 | 0 | 1000110 | 11100 | 11001 | 101000100 | 110101 | 110001 |
Color Harmonies of #BF3A89
Complementary color
Monochromatic Colors of #BF3A89
Black with #BF3A89
Text Example
Text Example
White with #BF3A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A89; }
p { color: rgb(191,58,137); }
H1.HeaderClassName
{
color: #BF3A89;
}
.AnyTagClassName
{
color: #BF3A89;
}
</style>
background-color css
<style>
a { background-color: #BF3A89; }
a { background-color: rgb(191,58,137); }
div.DivClassName
{
background-color: #BF3A89;
}
.BgClassName
{
background-color: #BF3A89;
}
</style>
border-color css
<style>
span { border-color: #BF3A89; }
span { border-color: rgb(191,58,137); }
td.TdClassName
{
border-color: #BF3A89;
}
.TagClassName
{
border-color: #BF3A89;
}
</style>