Shades of Medium Red Violet #BF3F83
Tints of Medium Red Violet #BF3F83
RGB
CMYK
RGB Variations
Color information
#BF3F83 (or 0xBF3F83) is known color: Medium Red Violet. HEX triplet: BF, 3F and 83. RGB value is (191,63,131). Sum of RGB (Red+Green+Blue) = 191+63+131=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3F83 is #40C07C. Grayscale: #6C6C6C. Windows color (decimal): -4243581 or 8601535. OLE color: 8601535.
HSL color Cylindrical-coordinate representation of color #BF3F83: hue angle of 328.12º 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 #BF3F83 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 131 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.25 |
| HSL | 328.13º | 0.5% | 0.5% | - |
| HSV(B) | 328.13º | 0.67% | 0.75% | - |
| XYZ | 27.36 | 16.27 | 23.17 | - |
| YUV | 109.02 | 140.41 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 131 | 0 | 0.67 | 0.31 | 0.25 | 328.13 | 0.5 | 0.5 |
| Hex | BF | 3F | 83 | 0 | 43 | 1F | 19 | 148 | 32 | 32 |
| Octal | 277 | 77 | 203 | 0 | 103 | 37 | 31 | 510 | 62 | 62 |
| Binary | 10111111 | 111111 | 10000011 | 0 | 1000011 | 11111 | 11001 | 101001000 | 110010 | 110010 |
Color Harmonies of #BF3F83
Complementary color
Monochromatic Colors of #BF3F83
Black with #BF3F83
Text Example
Text Example
White with #BF3F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3F83; }
p { color: rgb(191,63,131); }
H1.HeaderClassName
{
color: #BF3F83;
}
.AnyTagClassName
{
color: #BF3F83;
}
</style>
background-color css
<style>
a { background-color: #BF3F83; }
a { background-color: rgb(191,63,131); }
div.DivClassName
{
background-color: #BF3F83;
}
.BgClassName
{
background-color: #BF3F83;
}
</style>
border-color css
<style>
span { border-color: #BF3F83; }
span { border-color: rgb(191,63,131); }
td.TdClassName
{
border-color: #BF3F83;
}
.TagClassName
{
border-color: #BF3F83;
}
</style>