Shades of Medium Red Violet #BF2F9A
Tints of Medium Red Violet #BF2F9A
RGB
CMYK
RGB Variations
Color information
#BF2F9A (or 0xBF2F9A) is known color: Medium Red Violet. HEX triplet: BF, 2F and 9A. RGB value is (191,47,154). Sum of RGB (Red+Green+Blue) = 191+47+154=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2F9A is #40D065. Grayscale: #656565. Windows color (decimal): -4247654 or 10104767. OLE color: 10104767.
HSL color Cylindrical-coordinate representation of color #BF2F9A: hue angle of 315.42º 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 #BF2F9A is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 47 | 154 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.25 |
| HSL | 315.42º | 0.61% | 0.47% | - |
| HSV(B) | 315.42º | 0.75% | 0.75% | - |
| XYZ | 28.34 | 15.44 | 32.06 | - |
| YUV | 102.25 | 157.21 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 154 | 0 | 0.75 | 0.19 | 0.25 | 315.42 | 0.61 | 0.47 |
| Hex | BF | 2F | 9A | 0 | 4B | 13 | 19 | 13B | 3D | 2F |
| Octal | 277 | 57 | 232 | 0 | 113 | 23 | 31 | 473 | 75 | 57 |
| Binary | 10111111 | 101111 | 10011010 | 0 | 1001011 | 10011 | 11001 | 100111011 | 111101 | 101111 |
Color Harmonies of #BF2F9A
Complementary color
Monochromatic Colors of #BF2F9A
Black with #BF2F9A
Text Example
Text Example
White with #BF2F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2F9A; }
p { color: rgb(191,47,154); }
H1.HeaderClassName
{
color: #BF2F9A;
}
.AnyTagClassName
{
color: #BF2F9A;
}
</style>
background-color css
<style>
a { background-color: #BF2F9A; }
a { background-color: rgb(191,47,154); }
div.DivClassName
{
background-color: #BF2F9A;
}
.BgClassName
{
background-color: #BF2F9A;
}
</style>
border-color css
<style>
span { border-color: #BF2F9A; }
span { border-color: rgb(191,47,154); }
td.TdClassName
{
border-color: #BF2F9A;
}
.TagClassName
{
border-color: #BF2F9A;
}
</style>