Shades of Medium Violet Red #BF2287
Tints of Medium Violet Red #BF2287
RGB
CMYK
RGB Variations
Color information
#BF2287 (or 0xBF2287) is known color: Medium Violet Red. HEX triplet: BF, 22 and 87. RGB value is (191,34,135). Sum of RGB (Red+Green+Blue) = 191+34+135=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2287 is #40DD78. Grayscale: #5C5C5C. Windows color (decimal): -4251001 or 8856255. OLE color: 8856255.
HSL color Cylindrical-coordinate representation of color #BF2287: hue angle of 321.4º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2287 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 135 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.25 |
| HSL | 321.4º | 0.7% | 0.44% | - |
| HSV(B) | 321.4º | 0.82% | 0.75% | - |
| XYZ | 26.43 | 13.97 | 24.23 | - |
| YUV | 92.46 | 152.01 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 135 | 0 | 0.82 | 0.29 | 0.25 | 321.4 | 0.7 | 0.44 |
| Hex | BF | 22 | 87 | 0 | 52 | 1D | 19 | 141 | 46 | 2C |
| Octal | 277 | 42 | 207 | 0 | 122 | 35 | 31 | 501 | 106 | 54 |
| Binary | 10111111 | 100010 | 10000111 | 0 | 1010010 | 11101 | 11001 | 101000001 | 1000110 | 101100 |
Color Harmonies of #BF2287
Complementary color
Monochromatic Colors of #BF2287
Black with #BF2287
Text Example
Text Example
White with #BF2287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2287; }
p { color: rgb(191,34,135); }
H1.HeaderClassName
{
color: #BF2287;
}
.AnyTagClassName
{
color: #BF2287;
}
</style>
background-color css
<style>
a { background-color: #BF2287; }
a { background-color: rgb(191,34,135); }
div.DivClassName
{
background-color: #BF2287;
}
.BgClassName
{
background-color: #BF2287;
}
</style>
border-color css
<style>
span { border-color: #BF2287; }
span { border-color: rgb(191,34,135); }
td.TdClassName
{
border-color: #BF2287;
}
.TagClassName
{
border-color: #BF2287;
}
</style>