Shades of Medium Red Violet #BF4082
Tints of Medium Red Violet #BF4082
RGB
CMYK
RGB Variations
Color information
#BF4082 (or 0xBF4082) is known color: Medium Red Violet. HEX triplet: BF, 40 and 82. RGB value is (191,64,130). Sum of RGB (Red+Green+Blue) = 191+64+130=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4082 is #40BF7D. Grayscale: #6D6D6D. Windows color (decimal): -4243326 or 8536255. OLE color: 8536255.
HSL color Cylindrical-coordinate representation of color #BF4082: hue angle of 328.82º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4082 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 130 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.25 |
| HSL | 328.82º | 0.5% | 0.5% | - |
| HSV(B) | 328.82º | 0.66% | 0.75% | - |
| XYZ | 27.35 | 16.35 | 22.83 | - |
| YUV | 109.5 | 139.58 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 130 | 0 | 0.66 | 0.32 | 0.25 | 328.82 | 0.5 | 0.5 |
| Hex | BF | 40 | 82 | 0 | 42 | 20 | 19 | 149 | 32 | 32 |
| Octal | 277 | 100 | 202 | 0 | 102 | 40 | 31 | 511 | 62 | 62 |
| Binary | 10111111 | 1000000 | 10000010 | 0 | 1000010 | 100000 | 11001 | 101001001 | 110010 | 110010 |
Color Harmonies of #BF4082
Complementary color
Monochromatic Colors of #BF4082
Black with #BF4082
Text Example
Text Example
White with #BF4082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4082; }
p { color: rgb(191,64,130); }
H1.HeaderClassName
{
color: #BF4082;
}
.AnyTagClassName
{
color: #BF4082;
}
</style>
background-color css
<style>
a { background-color: #BF4082; }
a { background-color: rgb(191,64,130); }
div.DivClassName
{
background-color: #BF4082;
}
.BgClassName
{
background-color: #BF4082;
}
</style>
border-color css
<style>
span { border-color: #BF4082; }
span { border-color: rgb(191,64,130); }
td.TdClassName
{
border-color: #BF4082;
}
.TagClassName
{
border-color: #BF4082;
}
</style>