Shades of Medium Red Violet #BF2672
Tints of Medium Red Violet #BF2672
RGB
CMYK
RGB Variations
Color information
#BF2672 (or 0xBF2672) is known color: Medium Red Violet. HEX triplet: BF, 26 and 72. RGB value is (191,38,114). Sum of RGB (Red+Green+Blue) = 191+38+114=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2672 is #40D98D. Grayscale: #5C5C5C. Windows color (decimal): -4249998 or 7481023. OLE color: 7481023.
HSL color Cylindrical-coordinate representation of color #BF2672: hue angle of 330.2º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2672 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 114 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.25 |
| HSL | 330.2º | 0.67% | 0.45% | - |
| HSV(B) | 330.2º | 0.8% | 0.75% | - |
| XYZ | 25.22 | 13.68 | 17.23 | - |
| YUV | 92.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 114 | 0 | 0.80 | 0.40 | 0.25 | 330.2 | 0.67 | 0.45 |
| Hex | BF | 26 | 72 | 0 | 50 | 28 | 19 | 14A | 43 | 2D |
| Octal | 277 | 46 | 162 | 0 | 120 | 50 | 31 | 512 | 103 | 55 |
| Binary | 10111111 | 100110 | 1110010 | 0 | 1010000 | 101000 | 11001 | 101001010 | 1000011 | 101101 |
Color Harmonies of #BF2672
Complementary color
Monochromatic Colors of #BF2672
Black with #BF2672
Text Example
Text Example
White with #BF2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2672; }
p { color: rgb(191,38,114); }
H1.HeaderClassName
{
color: #BF2672;
}
.AnyTagClassName
{
color: #BF2672;
}
</style>
background-color css
<style>
a { background-color: #BF2672; }
a { background-color: rgb(191,38,114); }
div.DivClassName
{
background-color: #BF2672;
}
.BgClassName
{
background-color: #BF2672;
}
</style>
border-color css
<style>
span { border-color: #BF2672; }
span { border-color: rgb(191,38,114); }
td.TdClassName
{
border-color: #BF2672;
}
.TagClassName
{
border-color: #BF2672;
}
</style>