Shades of Medium Red Violet #BF2C85
Tints of Medium Red Violet #BF2C85
RGB
CMYK
RGB Variations
Color information
#BF2C85 (or 0xBF2C85) is known color: Medium Red Violet. HEX triplet: BF, 2C and 85. RGB value is (191,44,133). Sum of RGB (Red+Green+Blue) = 191+44+133=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2C85 is #40D37A. Grayscale: #616161. Windows color (decimal): -4248443 or 8727743. OLE color: 8727743.
HSL color Cylindrical-coordinate representation of color #BF2C85: hue angle of 323.67º 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 #BF2C85 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 44 | 133 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.25 |
| HSL | 323.67º | 0.63% | 0.46% | - |
| HSV(B) | 323.67º | 0.77% | 0.75% | - |
| XYZ | 26.62 | 14.57 | 23.6 | - |
| YUV | 98.1 | 147.7 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 133 | 0 | 0.77 | 0.30 | 0.25 | 323.67 | 0.63 | 0.46 |
| Hex | BF | 2C | 85 | 0 | 4D | 1E | 19 | 144 | 3F | 2E |
| Octal | 277 | 54 | 205 | 0 | 115 | 36 | 31 | 504 | 77 | 56 |
| Binary | 10111111 | 101100 | 10000101 | 0 | 1001101 | 11110 | 11001 | 101000100 | 111111 | 101110 |
Color Harmonies of #BF2C85
Complementary color
Monochromatic Colors of #BF2C85
Black with #BF2C85
Text Example
Text Example
White with #BF2C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2C85; }
p { color: rgb(191,44,133); }
H1.HeaderClassName
{
color: #BF2C85;
}
.AnyTagClassName
{
color: #BF2C85;
}
</style>
background-color css
<style>
a { background-color: #BF2C85; }
a { background-color: rgb(191,44,133); }
div.DivClassName
{
background-color: #BF2C85;
}
.BgClassName
{
background-color: #BF2C85;
}
</style>
border-color css
<style>
span { border-color: #BF2C85; }
span { border-color: rgb(191,44,133); }
td.TdClassName
{
border-color: #BF2C85;
}
.TagClassName
{
border-color: #BF2C85;
}
</style>