Shades of Medium Red Violet #BF2A7D
Tints of Medium Red Violet #BF2A7D
RGB
CMYK
RGB Variations
Color information
#BF2A7D (or 0xBF2A7D) is known color: Medium Red Violet. HEX triplet: BF, 2A and 7D. RGB value is (191,42,125). Sum of RGB (Red+Green+Blue) = 191+42+125=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2A7D is #40D582. Grayscale: #5F5F5F. Windows color (decimal): -4248963 or 8202943. OLE color: 8202943.
HSL color Cylindrical-coordinate representation of color #BF2A7D: hue angle of 326.58º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2A7D is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 125 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.25 |
| HSL | 326.58º | 0.64% | 0.46% | - |
| HSV(B) | 326.58º | 0.78% | 0.75% | - |
| XYZ | 26.02 | 14.21 | 20.77 | - |
| YUV | 96.01 | 144.36 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 125 | 0 | 0.78 | 0.35 | 0.25 | 326.58 | 0.64 | 0.46 |
| Hex | BF | 2A | 7D | 0 | 4E | 23 | 19 | 147 | 40 | 2E |
| Octal | 277 | 52 | 175 | 0 | 116 | 43 | 31 | 507 | 100 | 56 |
| Binary | 10111111 | 101010 | 1111101 | 0 | 1001110 | 100011 | 11001 | 101000111 | 1000000 | 101110 |
Color Harmonies of #BF2A7D
Complementary color
Monochromatic Colors of #BF2A7D
Black with #BF2A7D
Text Example
Text Example
White with #BF2A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A7D; }
p { color: rgb(191,42,125); }
H1.HeaderClassName
{
color: #BF2A7D;
}
.AnyTagClassName
{
color: #BF2A7D;
}
</style>
background-color css
<style>
a { background-color: #BF2A7D; }
a { background-color: rgb(191,42,125); }
div.DivClassName
{
background-color: #BF2A7D;
}
.BgClassName
{
background-color: #BF2A7D;
}
</style>
border-color css
<style>
span { border-color: #BF2A7D; }
span { border-color: rgb(191,42,125); }
td.TdClassName
{
border-color: #BF2A7D;
}
.TagClassName
{
border-color: #BF2A7D;
}
</style>