Shades of Medium Red Violet #BF2674
Tints of Medium Red Violet #BF2674
RGB
CMYK
RGB Variations
Color information
#BF2674 (or 0xBF2674) is known color: Medium Red Violet. HEX triplet: BF, 26 and 74. RGB value is (191,38,116). Sum of RGB (Red+Green+Blue) = 191+38+116=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2674 is #40D98B. Grayscale: #5C5C5C. Windows color (decimal): -4249996 or 7612095. OLE color: 7612095.
HSL color Cylindrical-coordinate representation of color #BF2674: hue angle of 329.41º 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 #BF2674 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 116 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.25 |
| HSL | 329.41º | 0.67% | 0.45% | - |
| HSV(B) | 329.41º | 0.8% | 0.75% | - |
| XYZ | 25.33 | 13.72 | 17.84 | - |
| YUV | 92.64 | 141.19 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 116 | 0 | 0.80 | 0.39 | 0.25 | 329.41 | 0.67 | 0.45 |
| Hex | BF | 26 | 74 | 0 | 50 | 27 | 19 | 149 | 43 | 2D |
| Octal | 277 | 46 | 164 | 0 | 120 | 47 | 31 | 511 | 103 | 55 |
| Binary | 10111111 | 100110 | 1110100 | 0 | 1010000 | 100111 | 11001 | 101001001 | 1000011 | 101101 |
Color Harmonies of #BF2674
Complementary color
Monochromatic Colors of #BF2674
Black with #BF2674
Text Example
Text Example
White with #BF2674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2674; }
p { color: rgb(191,38,116); }
H1.HeaderClassName
{
color: #BF2674;
}
.AnyTagClassName
{
color: #BF2674;
}
</style>
background-color css
<style>
a { background-color: #BF2674; }
a { background-color: rgb(191,38,116); }
div.DivClassName
{
background-color: #BF2674;
}
.BgClassName
{
background-color: #BF2674;
}
</style>
border-color css
<style>
span { border-color: #BF2674; }
span { border-color: rgb(191,38,116); }
td.TdClassName
{
border-color: #BF2674;
}
.TagClassName
{
border-color: #BF2674;
}
</style>