Shades of Medium Red Violet #BF2F8C
Tints of Medium Red Violet #BF2F8C
RGB
CMYK
RGB Variations
Color information
#BF2F8C (or 0xBF2F8C) is known color: Medium Red Violet. HEX triplet: BF, 2F and 8C. RGB value is (191,47,140). Sum of RGB (Red+Green+Blue) = 191+47+140=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2F8C is #40D073. Grayscale: #646464. Windows color (decimal): -4247668 or 9187263. OLE color: 9187263.
HSL color Cylindrical-coordinate representation of color #BF2F8C: hue angle of 321.25º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF2F8C is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 47 | 140 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.25 |
| HSL | 321.25º | 0.61% | 0.47% | - |
| HSV(B) | 321.25º | 0.75% | 0.75% | - |
| XYZ | 27.24 | 15 | 26.27 | - |
| YUV | 100.66 | 150.21 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 140 | 0 | 0.75 | 0.27 | 0.25 | 321.25 | 0.61 | 0.47 |
| Hex | BF | 2F | 8C | 0 | 4B | 1B | 19 | 141 | 3D | 2F |
| Octal | 277 | 57 | 214 | 0 | 113 | 33 | 31 | 501 | 75 | 57 |
| Binary | 10111111 | 101111 | 10001100 | 0 | 1001011 | 11011 | 11001 | 101000001 | 111101 | 101111 |
Color Harmonies of #BF2F8C
Complementary color
Monochromatic Colors of #BF2F8C
Black with #BF2F8C
Text Example
Text Example
White with #BF2F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2F8C; }
p { color: rgb(191,47,140); }
H1.HeaderClassName
{
color: #BF2F8C;
}
.AnyTagClassName
{
color: #BF2F8C;
}
</style>
background-color css
<style>
a { background-color: #BF2F8C; }
a { background-color: rgb(191,47,140); }
div.DivClassName
{
background-color: #BF2F8C;
}
.BgClassName
{
background-color: #BF2F8C;
}
</style>
border-color css
<style>
span { border-color: #BF2F8C; }
span { border-color: rgb(191,47,140); }
td.TdClassName
{
border-color: #BF2F8C;
}
.TagClassName
{
border-color: #BF2F8C;
}
</style>