Shades of Medium Red Violet #BF3C92
Tints of Medium Red Violet #BF3C92
RGB
CMYK
RGB Variations
Color information
#BF3C92 (or 0xBF3C92) is known color: Medium Red Violet. HEX triplet: BF, 3C and 92. RGB value is (191,60,146). Sum of RGB (Red+Green+Blue) = 191+60+146=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3C92 is #40C36D. Grayscale: #6C6C6C. Windows color (decimal): -4244334 or 9583807. OLE color: 9583807.
HSL color Cylindrical-coordinate representation of color #BF3C92: hue angle of 320.61º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3C92 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 146 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.25 |
| HSL | 320.61º | 0.52% | 0.49% | - |
| HSV(B) | 320.61º | 0.69% | 0.75% | - |
| XYZ | 28.29 | 16.38 | 28.87 | - |
| YUV | 108.97 | 148.9 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 146 | 0 | 0.69 | 0.24 | 0.25 | 320.61 | 0.52 | 0.49 |
| Hex | BF | 3C | 92 | 0 | 45 | 18 | 19 | 141 | 34 | 31 |
| Octal | 277 | 74 | 222 | 0 | 105 | 30 | 31 | 501 | 64 | 61 |
| Binary | 10111111 | 111100 | 10010010 | 0 | 1000101 | 11000 | 11001 | 101000001 | 110100 | 110001 |
Color Harmonies of #BF3C92
Complementary color
Monochromatic Colors of #BF3C92
Black with #BF3C92
Text Example
Text Example
White with #BF3C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C92; }
p { color: rgb(191,60,146); }
H1.HeaderClassName
{
color: #BF3C92;
}
.AnyTagClassName
{
color: #BF3C92;
}
</style>
background-color css
<style>
a { background-color: #BF3C92; }
a { background-color: rgb(191,60,146); }
div.DivClassName
{
background-color: #BF3C92;
}
.BgClassName
{
background-color: #BF3C92;
}
</style>
border-color css
<style>
span { border-color: #BF3C92; }
span { border-color: rgb(191,60,146); }
td.TdClassName
{
border-color: #BF3C92;
}
.TagClassName
{
border-color: #BF3C92;
}
</style>