Shades of Medium Red Violet #BF3F89
Tints of Medium Red Violet #BF3F89
RGB
CMYK
RGB Variations
Color information
#BF3F89 (or 0xBF3F89) is known color: Medium Red Violet. HEX triplet: BF, 3F and 89. RGB value is (191,63,137). Sum of RGB (Red+Green+Blue) = 191+63+137=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F89 is #40C076. Grayscale: #6D6D6D. Windows color (decimal): -4243575 or 8994751. OLE color: 8994751.
HSL color Cylindrical-coordinate representation of color #BF3F89: hue angle of 325.31º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3F89 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 137 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.25 |
| HSL | 325.31º | 0.5% | 0.5% | - |
| HSV(B) | 325.31º | 0.67% | 0.75% | - |
| XYZ | 27.78 | 16.44 | 25.38 | - |
| YUV | 109.71 | 143.41 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 137 | 0 | 0.67 | 0.28 | 0.25 | 325.31 | 0.5 | 0.5 |
| Hex | BF | 3F | 89 | 0 | 43 | 1C | 19 | 145 | 32 | 32 |
| Octal | 277 | 77 | 211 | 0 | 103 | 34 | 31 | 505 | 62 | 62 |
| Binary | 10111111 | 111111 | 10001001 | 0 | 1000011 | 11100 | 11001 | 101000101 | 110010 | 110010 |
Color Harmonies of #BF3F89
Complementary color
Monochromatic Colors of #BF3F89
Black with #BF3F89
Text Example
Text Example
White with #BF3F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3F89; }
p { color: rgb(191,63,137); }
H1.HeaderClassName
{
color: #BF3F89;
}
.AnyTagClassName
{
color: #BF3F89;
}
</style>
background-color css
<style>
a { background-color: #BF3F89; }
a { background-color: rgb(191,63,137); }
div.DivClassName
{
background-color: #BF3F89;
}
.BgClassName
{
background-color: #BF3F89;
}
</style>
border-color css
<style>
span { border-color: #BF3F89; }
span { border-color: rgb(191,63,137); }
td.TdClassName
{
border-color: #BF3F89;
}
.TagClassName
{
border-color: #BF3F89;
}
</style>