Shades of Medium Violet Red #BF0482
Tints of Medium Violet Red #BF0482
RGB
CMYK
RGB Variations
Color information
#BF0482 (or 0xBF0482) is known color: Medium Violet Red. HEX triplet: BF, 04 and 82. RGB value is (191,4,130). Sum of RGB (Red+Green+Blue) = 191+4+130=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0482 is #40FB7D. Grayscale: #494949. Windows color (decimal): -4258686 or 8520895. OLE color: 8520895.
HSL color Cylindrical-coordinate representation of color #BF0482: hue angle of 319.57º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF0482 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 4 | 130 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.25 |
| HSL | 319.57º | 0.96% | 0.38% | - |
| HSV(B) | 319.57º | 0.98% | 0.75% | - |
| XYZ | 25.56 | 12.77 | 22.24 | - |
| YUV | 74.28 | 159.45 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 4 | 130 | 0 | 0.98 | 0.32 | 0.25 | 319.57 | 0.96 | 0.38 |
| Hex | BF | 4 | 82 | 0 | 62 | 20 | 19 | 140 | 60 | 26 |
| Octal | 277 | 4 | 202 | 0 | 142 | 40 | 31 | 500 | 140 | 46 |
| Binary | 10111111 | 100 | 10000010 | 0 | 1100010 | 100000 | 11001 | 101000000 | 1100000 | 100110 |
Color Harmonies of #BF0482
Complementary color
Monochromatic Colors of #BF0482
Black with #BF0482
Text Example
Text Example
White with #BF0482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0482; }
p { color: rgb(191,4,130); }
H1.HeaderClassName
{
color: #BF0482;
}
.AnyTagClassName
{
color: #BF0482;
}
</style>
background-color css
<style>
a { background-color: #BF0482; }
a { background-color: rgb(191,4,130); }
div.DivClassName
{
background-color: #BF0482;
}
.BgClassName
{
background-color: #BF0482;
}
</style>
border-color css
<style>
span { border-color: #BF0482; }
span { border-color: rgb(191,4,130); }
td.TdClassName
{
border-color: #BF0482;
}
.TagClassName
{
border-color: #BF0482;
}
</style>