Shades of Medium Red Violet #BF3380
Tints of Medium Red Violet #BF3380
RGB
CMYK
RGB Variations
Color information
#BF3380 (or 0xBF3380) is known color: Medium Red Violet. HEX triplet: BF, 33 and 80. RGB value is (191,51,128). Sum of RGB (Red+Green+Blue) = 191+51+128=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3380 is #40CC7F. Grayscale: #656565. Windows color (decimal): -4246656 or 8401855. OLE color: 8401855.
HSL color Cylindrical-coordinate representation of color #BF3380: hue angle of 327º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3380 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 128 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.25 |
| HSL | 327º | 0.58% | 0.47% | - |
| HSV(B) | 327º | 0.73% | 0.75% | - |
| XYZ | 26.57 | 15 | 21.92 | - |
| YUV | 101.64 | 142.88 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 128 | 0 | 0.73 | 0.33 | 0.25 | 327 | 0.58 | 0.47 |
| Hex | BF | 33 | 80 | 0 | 49 | 21 | 19 | 147 | 3A | 2F |
| Octal | 277 | 63 | 200 | 0 | 111 | 41 | 31 | 507 | 72 | 57 |
| Binary | 10111111 | 110011 | 10000000 | 0 | 1001001 | 100001 | 11001 | 101000111 | 111010 | 101111 |
Color Harmonies of #BF3380
Complementary color
Monochromatic Colors of #BF3380
Black with #BF3380
Text Example
Text Example
White with #BF3380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3380; }
p { color: rgb(191,51,128); }
H1.HeaderClassName
{
color: #BF3380;
}
.AnyTagClassName
{
color: #BF3380;
}
</style>
background-color css
<style>
a { background-color: #BF3380; }
a { background-color: rgb(191,51,128); }
div.DivClassName
{
background-color: #BF3380;
}
.BgClassName
{
background-color: #BF3380;
}
</style>
border-color css
<style>
span { border-color: #BF3380; }
span { border-color: rgb(191,51,128); }
td.TdClassName
{
border-color: #BF3380;
}
.TagClassName
{
border-color: #BF3380;
}
</style>