Shades of Medium Red Violet #BF3C9F
Tints of Medium Red Violet #BF3C9F
RGB
CMYK
RGB Variations
Color information
#BF3C9F (or 0xBF3C9F) is known color: Medium Red Violet. HEX triplet: BF, 3C and 9F. RGB value is (191,60,159). Sum of RGB (Red+Green+Blue) = 191+60+159=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3C9F is #40C360. Grayscale: #6E6E6E. Windows color (decimal): -4244321 or 10435775. OLE color: 10435775.
HSL color Cylindrical-coordinate representation of color #BF3C9F: hue angle of 314.66º 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 #BF3C9F is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 159 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.25 |
| HSL | 314.66º | 0.52% | 0.49% | - |
| HSV(B) | 314.66º | 0.69% | 0.75% | - |
| XYZ | 29.36 | 16.81 | 34.5 | - |
| YUV | 110.46 | 155.4 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 159 | 0 | 0.69 | 0.17 | 0.25 | 314.66 | 0.52 | 0.49 |
| Hex | BF | 3C | 9F | 0 | 45 | 11 | 19 | 13B | 34 | 31 |
| Octal | 277 | 74 | 237 | 0 | 105 | 21 | 31 | 473 | 64 | 61 |
| Binary | 10111111 | 111100 | 10011111 | 0 | 1000101 | 10001 | 11001 | 100111011 | 110100 | 110001 |
Color Harmonies of #BF3C9F
Complementary color
Monochromatic Colors of #BF3C9F
Black with #BF3C9F
Text Example
Text Example
White with #BF3C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C9F; }
p { color: rgb(191,60,159); }
H1.HeaderClassName
{
color: #BF3C9F;
}
.AnyTagClassName
{
color: #BF3C9F;
}
</style>
background-color css
<style>
a { background-color: #BF3C9F; }
a { background-color: rgb(191,60,159); }
div.DivClassName
{
background-color: #BF3C9F;
}
.BgClassName
{
background-color: #BF3C9F;
}
</style>
border-color css
<style>
span { border-color: #BF3C9F; }
span { border-color: rgb(191,60,159); }
td.TdClassName
{
border-color: #BF3C9F;
}
.TagClassName
{
border-color: #BF3C9F;
}
</style>