Shades of Medium Red Violet #BF2983
Tints of Medium Red Violet #BF2983
RGB
CMYK
RGB Variations
Color information
#BF2983 (or 0xBF2983) is known color: Medium Red Violet. HEX triplet: BF, 29 and 83. RGB value is (191,41,131). Sum of RGB (Red+Green+Blue) = 191+41+131=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2983 is #40D67C. Grayscale: #5F5F5F. Windows color (decimal): -4249213 or 8595903. OLE color: 8595903.
HSL color Cylindrical-coordinate representation of color #BF2983: hue angle of 324º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2983 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 131 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.25 |
| HSL | 324º | 0.65% | 0.45% | - |
| HSV(B) | 324º | 0.79% | 0.75% | - |
| XYZ | 26.38 | 14.3 | 22.84 | - |
| YUV | 96.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 131 | 0 | 0.79 | 0.31 | 0.25 | 324 | 0.65 | 0.45 |
| Hex | BF | 29 | 83 | 0 | 4F | 1F | 19 | 144 | 41 | 2D |
| Octal | 277 | 51 | 203 | 0 | 117 | 37 | 31 | 504 | 101 | 55 |
| Binary | 10111111 | 101001 | 10000011 | 0 | 1001111 | 11111 | 11001 | 101000100 | 1000001 | 101101 |
Color Harmonies of #BF2983
Complementary color
Monochromatic Colors of #BF2983
Black with #BF2983
Text Example
Text Example
White with #BF2983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2983; }
p { color: rgb(191,41,131); }
H1.HeaderClassName
{
color: #BF2983;
}
.AnyTagClassName
{
color: #BF2983;
}
</style>
background-color css
<style>
a { background-color: #BF2983; }
a { background-color: rgb(191,41,131); }
div.DivClassName
{
background-color: #BF2983;
}
.BgClassName
{
background-color: #BF2983;
}
</style>
border-color css
<style>
span { border-color: #BF2983; }
span { border-color: rgb(191,41,131); }
td.TdClassName
{
border-color: #BF2983;
}
.TagClassName
{
border-color: #BF2983;
}
</style>