Shades of Medium Violet Red #BF1674
Tints of Medium Violet Red #BF1674
RGB
CMYK
RGB Variations
Color information
#BF1674 (or 0xBF1674) is known color: Medium Violet Red. HEX triplet: BF, 16 and 74. RGB value is (191,22,116). Sum of RGB (Red+Green+Blue) = 191+22+116=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1674 is #40E98B. Grayscale: #535353. Windows color (decimal): -4254092 or 7607999. OLE color: 7607999.
HSL color Cylindrical-coordinate representation of color #BF1674: hue angle of 326.63º 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 #BF1674 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 116 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.25 |
| HSL | 326.63º | 0.79% | 0.42% | - |
| HSV(B) | 326.63º | 0.88% | 0.75% | - |
| XYZ | 24.93 | 12.91 | 17.7 | - |
| YUV | 83.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 116 | 0 | 0.88 | 0.39 | 0.25 | 326.63 | 0.79 | 0.42 |
| Hex | BF | 16 | 74 | 0 | 58 | 27 | 19 | 147 | 4F | 2A |
| Octal | 277 | 26 | 164 | 0 | 130 | 47 | 31 | 507 | 117 | 52 |
| Binary | 10111111 | 10110 | 1110100 | 0 | 1011000 | 100111 | 11001 | 101000111 | 1001111 | 101010 |
Color Harmonies of #BF1674
Complementary color
Monochromatic Colors of #BF1674
Black with #BF1674
Text Example
Text Example
White with #BF1674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1674; }
p { color: rgb(191,22,116); }
H1.HeaderClassName
{
color: #BF1674;
}
.AnyTagClassName
{
color: #BF1674;
}
</style>
background-color css
<style>
a { background-color: #BF1674; }
a { background-color: rgb(191,22,116); }
div.DivClassName
{
background-color: #BF1674;
}
.BgClassName
{
background-color: #BF1674;
}
</style>
border-color css
<style>
span { border-color: #BF1674; }
span { border-color: rgb(191,22,116); }
td.TdClassName
{
border-color: #BF1674;
}
.TagClassName
{
border-color: #BF1674;
}
</style>