Shades of Medium Red Violet #BF3882
Tints of Medium Red Violet #BF3882
RGB
CMYK
RGB Variations
Color information
#BF3882 (or 0xBF3882) is known color: Medium Red Violet. HEX triplet: BF, 38 and 82. RGB value is (191,56,130). Sum of RGB (Red+Green+Blue) = 191+56+130=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3882 is #40C77D. Grayscale: #686868. Windows color (decimal): -4245374 or 8534207. OLE color: 8534207.
HSL color Cylindrical-coordinate representation of color #BF3882: hue angle of 327.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3882 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 56 | 130 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.25 |
| HSL | 327.11º | 0.55% | 0.48% | - |
| HSV(B) | 327.11º | 0.71% | 0.75% | - |
| XYZ | 26.93 | 15.52 | 22.69 | - |
| YUV | 104.8 | 142.23 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 56 | 130 | 0 | 0.71 | 0.32 | 0.25 | 327.11 | 0.55 | 0.48 |
| Hex | BF | 38 | 82 | 0 | 47 | 20 | 19 | 147 | 37 | 30 |
| Octal | 277 | 70 | 202 | 0 | 107 | 40 | 31 | 507 | 67 | 60 |
| Binary | 10111111 | 111000 | 10000010 | 0 | 1000111 | 100000 | 11001 | 101000111 | 110111 | 110000 |
Color Harmonies of #BF3882
Complementary color
Monochromatic Colors of #BF3882
Black with #BF3882
Text Example
Text Example
White with #BF3882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3882; }
p { color: rgb(191,56,130); }
H1.HeaderClassName
{
color: #BF3882;
}
.AnyTagClassName
{
color: #BF3882;
}
</style>
background-color css
<style>
a { background-color: #BF3882; }
a { background-color: rgb(191,56,130); }
div.DivClassName
{
background-color: #BF3882;
}
.BgClassName
{
background-color: #BF3882;
}
</style>
border-color css
<style>
span { border-color: #BF3882; }
span { border-color: rgb(191,56,130); }
td.TdClassName
{
border-color: #BF3882;
}
.TagClassName
{
border-color: #BF3882;
}
</style>