Shades of Medium Red Violet #BF2D9D
Tints of Medium Red Violet #BF2D9D
RGB
CMYK
RGB Variations
Color information
#BF2D9D (or 0xBF2D9D) is known color: Medium Red Violet. HEX triplet: BF, 2D and 9D. RGB value is (191,45,157). Sum of RGB (Red+Green+Blue) = 191+45+157=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2D9D is #40D262. Grayscale: #656565. Windows color (decimal): -4248163 or 10300863. OLE color: 10300863.
HSL color Cylindrical-coordinate representation of color #BF2D9D: hue angle of 313.97º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2D9D is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 157 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.25 |
| HSL | 313.97º | 0.62% | 0.46% | - |
| HSV(B) | 313.97º | 0.76% | 0.75% | - |
| XYZ | 28.51 | 15.39 | 33.37 | - |
| YUV | 101.42 | 159.37 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 157 | 0 | 0.76 | 0.18 | 0.25 | 313.97 | 0.62 | 0.46 |
| Hex | BF | 2D | 9D | 0 | 4C | 12 | 19 | 13A | 3E | 2E |
| Octal | 277 | 55 | 235 | 0 | 114 | 22 | 31 | 472 | 76 | 56 |
| Binary | 10111111 | 101101 | 10011101 | 0 | 1001100 | 10010 | 11001 | 100111010 | 111110 | 101110 |
Color Harmonies of #BF2D9D
Complementary color
Monochromatic Colors of #BF2D9D
Black with #BF2D9D
Text Example
Text Example
White with #BF2D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D9D; }
p { color: rgb(191,45,157); }
H1.HeaderClassName
{
color: #BF2D9D;
}
.AnyTagClassName
{
color: #BF2D9D;
}
</style>
background-color css
<style>
a { background-color: #BF2D9D; }
a { background-color: rgb(191,45,157); }
div.DivClassName
{
background-color: #BF2D9D;
}
.BgClassName
{
background-color: #BF2D9D;
}
</style>
border-color css
<style>
span { border-color: #BF2D9D; }
span { border-color: rgb(191,45,157); }
td.TdClassName
{
border-color: #BF2D9D;
}
.TagClassName
{
border-color: #BF2D9D;
}
</style>