Shades of Medium Red Violet #BF3373
Tints of Medium Red Violet #BF3373
RGB
CMYK
RGB Variations
Color information
#BF3373 (or 0xBF3373) is known color: Medium Red Violet. HEX triplet: BF, 33 and 73. RGB value is (191,51,115). Sum of RGB (Red+Green+Blue) = 191+51+115=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3373 is #40CC8C. Grayscale: #646464. Windows color (decimal): -4246669 or 7549887. OLE color: 7549887.
HSL color Cylindrical-coordinate representation of color #BF3373: hue angle of 332.57º 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 #BF3373 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 115 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.25 |
| HSL | 332.57º | 0.58% | 0.47% | - |
| HSV(B) | 332.57º | 0.73% | 0.75% | - |
| XYZ | 25.76 | 14.68 | 17.7 | - |
| YUV | 100.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 115 | 0 | 0.73 | 0.40 | 0.25 | 332.57 | 0.58 | 0.47 |
| Hex | BF | 33 | 73 | 0 | 49 | 28 | 19 | 14D | 3A | 2F |
| Octal | 277 | 63 | 163 | 0 | 111 | 50 | 31 | 515 | 72 | 57 |
| Binary | 10111111 | 110011 | 1110011 | 0 | 1001001 | 101000 | 11001 | 101001101 | 111010 | 101111 |
Color Harmonies of #BF3373
Complementary color
Monochromatic Colors of #BF3373
Black with #BF3373
Text Example
Text Example
White with #BF3373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3373; }
p { color: rgb(191,51,115); }
H1.HeaderClassName
{
color: #BF3373;
}
.AnyTagClassName
{
color: #BF3373;
}
</style>
background-color css
<style>
a { background-color: #BF3373; }
a { background-color: rgb(191,51,115); }
div.DivClassName
{
background-color: #BF3373;
}
.BgClassName
{
background-color: #BF3373;
}
</style>
border-color css
<style>
span { border-color: #BF3373; }
span { border-color: rgb(191,51,115); }
td.TdClassName
{
border-color: #BF3373;
}
.TagClassName
{
border-color: #BF3373;
}
</style>