Shades of Medium Red Violet #BF3E80
Tints of Medium Red Violet #BF3E80
RGB
CMYK
RGB Variations
Color information
#BF3E80 (or 0xBF3E80) is known color: Medium Red Violet. HEX triplet: BF, 3E and 80. RGB value is (191,62,128). Sum of RGB (Red+Green+Blue) = 191+62+128=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3E80 is #40C17F. Grayscale: #6B6B6B. Windows color (decimal): -4243840 or 8404671. OLE color: 8404671.
HSL color Cylindrical-coordinate representation of color #BF3E80: hue angle of 329.3º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E80 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 128 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.25 |
| HSL | 329.3º | 0.51% | 0.5% | - |
| HSV(B) | 329.3º | 0.68% | 0.75% | - |
| XYZ | 27.1 | 16.08 | 22.1 | - |
| YUV | 108.1 | 139.24 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 128 | 0 | 0.68 | 0.33 | 0.25 | 329.3 | 0.51 | 0.5 |
| Hex | BF | 3E | 80 | 0 | 44 | 21 | 19 | 149 | 33 | 32 |
| Octal | 277 | 76 | 200 | 0 | 104 | 41 | 31 | 511 | 63 | 62 |
| Binary | 10111111 | 111110 | 10000000 | 0 | 1000100 | 100001 | 11001 | 101001001 | 110011 | 110010 |
Color Harmonies of #BF3E80
Complementary color
Monochromatic Colors of #BF3E80
Black with #BF3E80
Text Example
Text Example
White with #BF3E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E80; }
p { color: rgb(191,62,128); }
H1.HeaderClassName
{
color: #BF3E80;
}
.AnyTagClassName
{
color: #BF3E80;
}
</style>
background-color css
<style>
a { background-color: #BF3E80; }
a { background-color: rgb(191,62,128); }
div.DivClassName
{
background-color: #BF3E80;
}
.BgClassName
{
background-color: #BF3E80;
}
</style>
border-color css
<style>
span { border-color: #BF3E80; }
span { border-color: rgb(191,62,128); }
td.TdClassName
{
border-color: #BF3E80;
}
.TagClassName
{
border-color: #BF3E80;
}
</style>