Shades of Medium Red Violet #BF2C6D
Tints of Medium Red Violet #BF2C6D
RGB
CMYK
RGB Variations
Color information
#BF2C6D (or 0xBF2C6D) is known color: Medium Red Violet. HEX triplet: BF, 2C and 6D. RGB value is (191,44,109). Sum of RGB (Red+Green+Blue) = 191+44+109=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2C6D is #40D392. Grayscale: #5F5F5F. Windows color (decimal): -4248467 or 7154879. OLE color: 7154879.
HSL color Cylindrical-coordinate representation of color #BF2C6D: hue angle of 333.47º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2C6D is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 44 | 109 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.25 |
| HSL | 333.47º | 0.63% | 0.46% | - |
| HSV(B) | 333.47º | 0.77% | 0.75% | - |
| XYZ | 25.15 | 13.98 | 15.84 | - |
| YUV | 95.36 | 135.7 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 109 | 0 | 0.77 | 0.43 | 0.25 | 333.47 | 0.63 | 0.46 |
| Hex | BF | 2C | 6D | 0 | 4D | 2B | 19 | 14D | 3F | 2E |
| Octal | 277 | 54 | 155 | 0 | 115 | 53 | 31 | 515 | 77 | 56 |
| Binary | 10111111 | 101100 | 1101101 | 0 | 1001101 | 101011 | 11001 | 101001101 | 111111 | 101110 |
Color Harmonies of #BF2C6D
Complementary color
Monochromatic Colors of #BF2C6D
Black with #BF2C6D
Text Example
Text Example
White with #BF2C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2C6D; }
p { color: rgb(191,44,109); }
H1.HeaderClassName
{
color: #BF2C6D;
}
.AnyTagClassName
{
color: #BF2C6D;
}
</style>
background-color css
<style>
a { background-color: #BF2C6D; }
a { background-color: rgb(191,44,109); }
div.DivClassName
{
background-color: #BF2C6D;
}
.BgClassName
{
background-color: #BF2C6D;
}
</style>
border-color css
<style>
span { border-color: #BF2C6D; }
span { border-color: rgb(191,44,109); }
td.TdClassName
{
border-color: #BF2C6D;
}
.TagClassName
{
border-color: #BF2C6D;
}
</style>