Shades of Medium Red Violet #BF3A78
Tints of Medium Red Violet #BF3A78
RGB
CMYK
RGB Variations
Color information
#BF3A78 (or 0xBF3A78) is known color: Medium Red Violet. HEX triplet: BF, 3A and 78. RGB value is (191,58,120). Sum of RGB (Red+Green+Blue) = 191+58+120=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3A78 is #40C587. Grayscale: #686868. Windows color (decimal): -4244872 or 7879359. OLE color: 7879359.
HSL color Cylindrical-coordinate representation of color #BF3A78: hue angle of 332.03º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A78 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 120 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.25 |
| HSL | 332.03º | 0.53% | 0.49% | - |
| HSV(B) | 332.03º | 0.7% | 0.75% | - |
| XYZ | 26.39 | 15.46 | 19.36 | - |
| YUV | 104.84 | 136.56 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 120 | 0 | 0.70 | 0.37 | 0.25 | 332.03 | 0.53 | 0.49 |
| Hex | BF | 3A | 78 | 0 | 46 | 25 | 19 | 14C | 35 | 31 |
| Octal | 277 | 72 | 170 | 0 | 106 | 45 | 31 | 514 | 65 | 61 |
| Binary | 10111111 | 111010 | 1111000 | 0 | 1000110 | 100101 | 11001 | 101001100 | 110101 | 110001 |
Color Harmonies of #BF3A78
Complementary color
Monochromatic Colors of #BF3A78
Black with #BF3A78
Text Example
Text Example
White with #BF3A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A78; }
p { color: rgb(191,58,120); }
H1.HeaderClassName
{
color: #BF3A78;
}
.AnyTagClassName
{
color: #BF3A78;
}
</style>
background-color css
<style>
a { background-color: #BF3A78; }
a { background-color: rgb(191,58,120); }
div.DivClassName
{
background-color: #BF3A78;
}
.BgClassName
{
background-color: #BF3A78;
}
</style>
border-color css
<style>
span { border-color: #BF3A78; }
span { border-color: rgb(191,58,120); }
td.TdClassName
{
border-color: #BF3A78;
}
.TagClassName
{
border-color: #BF3A78;
}
</style>