Shades of Medium Red Violet #BF3881
Tints of Medium Red Violet #BF3881
RGB
CMYK
RGB Variations
Color information
#BF3881 (or 0xBF3881) is known color: Medium Red Violet. HEX triplet: BF, 38 and 81. RGB value is (191,56,129). Sum of RGB (Red+Green+Blue) = 191+56+129=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3881 is #40C77E. Grayscale: #686868. Windows color (decimal): -4245375 or 8468671. OLE color: 8468671.
HSL color Cylindrical-coordinate representation of color #BF3881: hue angle of 327.56º 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 #BF3881 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 56 | 129 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.25 |
| HSL | 327.56º | 0.55% | 0.48% | - |
| HSV(B) | 327.56º | 0.71% | 0.75% | - |
| XYZ | 26.86 | 15.49 | 22.34 | - |
| YUV | 104.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 56 | 129 | 0 | 0.71 | 0.32 | 0.25 | 327.56 | 0.55 | 0.48 |
| Hex | BF | 38 | 81 | 0 | 47 | 20 | 19 | 148 | 37 | 30 |
| Octal | 277 | 70 | 201 | 0 | 107 | 40 | 31 | 510 | 67 | 60 |
| Binary | 10111111 | 111000 | 10000001 | 0 | 1000111 | 100000 | 11001 | 101001000 | 110111 | 110000 |
Color Harmonies of #BF3881
Complementary color
Monochromatic Colors of #BF3881
Black with #BF3881
Text Example
Text Example
White with #BF3881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3881; }
p { color: rgb(191,56,129); }
H1.HeaderClassName
{
color: #BF3881;
}
.AnyTagClassName
{
color: #BF3881;
}
</style>
background-color css
<style>
a { background-color: #BF3881; }
a { background-color: rgb(191,56,129); }
div.DivClassName
{
background-color: #BF3881;
}
.BgClassName
{
background-color: #BF3881;
}
</style>
border-color css
<style>
span { border-color: #BF3881; }
span { border-color: rgb(191,56,129); }
td.TdClassName
{
border-color: #BF3881;
}
.TagClassName
{
border-color: #BF3881;
}
</style>