Shades of Medium Red Violet #BF286B
Tints of Medium Red Violet #BF286B
RGB
CMYK
RGB Variations
Color information
#BF286B (or 0xBF286B) is known color: Medium Red Violet. HEX triplet: BF, 28 and 6B. RGB value is (191,40,107). Sum of RGB (Red+Green+Blue) = 191+40+107=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF286B is #40D794. Grayscale: #5C5C5C. Windows color (decimal): -4249493 or 7022783. OLE color: 7022783.
HSL color Cylindrical-coordinate representation of color #BF286B: hue angle of 333.38º 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 #BF286B is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 40 | 107 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.25 |
| HSL | 333.38º | 0.65% | 0.45% | - |
| HSV(B) | 333.38º | 0.79% | 0.75% | - |
| XYZ | 24.9 | 13.66 | 15.23 | - |
| YUV | 92.79 | 136.03 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 107 | 0 | 0.79 | 0.44 | 0.25 | 333.38 | 0.65 | 0.45 |
| Hex | BF | 28 | 6B | 0 | 4F | 2C | 19 | 14D | 41 | 2D |
| Octal | 277 | 50 | 153 | 0 | 117 | 54 | 31 | 515 | 101 | 55 |
| Binary | 10111111 | 101000 | 1101011 | 0 | 1001111 | 101100 | 11001 | 101001101 | 1000001 | 101101 |
Color Harmonies of #BF286B
Complementary color
Monochromatic Colors of #BF286B
Black with #BF286B
Text Example
Text Example
White with #BF286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF286B; }
p { color: rgb(191,40,107); }
H1.HeaderClassName
{
color: #BF286B;
}
.AnyTagClassName
{
color: #BF286B;
}
</style>
background-color css
<style>
a { background-color: #BF286B; }
a { background-color: rgb(191,40,107); }
div.DivClassName
{
background-color: #BF286B;
}
.BgClassName
{
background-color: #BF286B;
}
</style>
border-color css
<style>
span { border-color: #BF286B; }
span { border-color: rgb(191,40,107); }
td.TdClassName
{
border-color: #BF286B;
}
.TagClassName
{
border-color: #BF286B;
}
</style>