Shades of Medium Red Violet #BF287D
Tints of Medium Red Violet #BF287D
RGB
CMYK
RGB Variations
Color information
#BF287D (or 0xBF287D) is known color: Medium Red Violet. HEX triplet: BF, 28 and 7D. RGB value is (191,40,125). Sum of RGB (Red+Green+Blue) = 191+40+125=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF287D is #40D782. Grayscale: #5E5E5E. Windows color (decimal): -4249475 or 8202431. OLE color: 8202431.
HSL color Cylindrical-coordinate representation of color #BF287D: hue angle of 326.23º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF287D is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 40 | 125 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.25 |
| HSL | 326.23º | 0.65% | 0.45% | - |
| HSV(B) | 326.23º | 0.79% | 0.75% | - |
| XYZ | 25.95 | 14.07 | 20.75 | - |
| YUV | 94.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 125 | 0 | 0.79 | 0.35 | 0.25 | 326.23 | 0.65 | 0.45 |
| Hex | BF | 28 | 7D | 0 | 4F | 23 | 19 | 146 | 41 | 2D |
| Octal | 277 | 50 | 175 | 0 | 117 | 43 | 31 | 506 | 101 | 55 |
| Binary | 10111111 | 101000 | 1111101 | 0 | 1001111 | 100011 | 11001 | 101000110 | 1000001 | 101101 |
Color Harmonies of #BF287D
Complementary color
Monochromatic Colors of #BF287D
Black with #BF287D
Text Example
Text Example
White with #BF287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF287D; }
p { color: rgb(191,40,125); }
H1.HeaderClassName
{
color: #BF287D;
}
.AnyTagClassName
{
color: #BF287D;
}
</style>
background-color css
<style>
a { background-color: #BF287D; }
a { background-color: rgb(191,40,125); }
div.DivClassName
{
background-color: #BF287D;
}
.BgClassName
{
background-color: #BF287D;
}
</style>
border-color css
<style>
span { border-color: #BF287D; }
span { border-color: rgb(191,40,125); }
td.TdClassName
{
border-color: #BF287D;
}
.TagClassName
{
border-color: #BF287D;
}
</style>