Shades of Medium Violet Red #BF1792
Tints of Medium Violet Red #BF1792
RGB
CMYK
RGB Variations
Color information
#BF1792 (or 0xBF1792) is known color: Medium Violet Red. HEX triplet: BF, 17 and 92. RGB value is (191,23,146). Sum of RGB (Red+Green+Blue) = 191+23+146=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1792 is #40E86D. Grayscale: #565656. Windows color (decimal): -4253806 or 9574335. OLE color: 9574335.
HSL color Cylindrical-coordinate representation of color #BF1792: hue angle of 316.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1792 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 146 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.25 |
| HSL | 316.07º | 0.79% | 0.42% | - |
| HSV(B) | 316.07º | 0.88% | 0.75% | - |
| XYZ | 26.98 | 13.76 | 28.43 | - |
| YUV | 87.25 | 161.16 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 146 | 0 | 0.88 | 0.24 | 0.25 | 316.07 | 0.79 | 0.42 |
| Hex | BF | 17 | 92 | 0 | 58 | 18 | 19 | 13C | 4F | 2A |
| Octal | 277 | 27 | 222 | 0 | 130 | 30 | 31 | 474 | 117 | 52 |
| Binary | 10111111 | 10111 | 10010010 | 0 | 1011000 | 11000 | 11001 | 100111100 | 1001111 | 101010 |
Color Harmonies of #BF1792
Complementary color
Monochromatic Colors of #BF1792
Black with #BF1792
Text Example
Text Example
White with #BF1792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1792; }
p { color: rgb(191,23,146); }
H1.HeaderClassName
{
color: #BF1792;
}
.AnyTagClassName
{
color: #BF1792;
}
</style>
background-color css
<style>
a { background-color: #BF1792; }
a { background-color: rgb(191,23,146); }
div.DivClassName
{
background-color: #BF1792;
}
.BgClassName
{
background-color: #BF1792;
}
</style>
border-color css
<style>
span { border-color: #BF1792; }
span { border-color: rgb(191,23,146); }
td.TdClassName
{
border-color: #BF1792;
}
.TagClassName
{
border-color: #BF1792;
}
</style>