Shades of Medium Red Violet #BF2A90
Tints of Medium Red Violet #BF2A90
RGB
CMYK
RGB Variations
Color information
#BF2A90 (or 0xBF2A90) is known color: Medium Red Violet. HEX triplet: BF, 2A and 90. RGB value is (191,42,144). Sum of RGB (Red+Green+Blue) = 191+42+144=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2A90 is #40D56F. Grayscale: #616161. Windows color (decimal): -4248944 or 9448127. OLE color: 9448127.
HSL color Cylindrical-coordinate representation of color #BF2A90: hue angle of 318.93º 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 #BF2A90 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 144 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.25 |
| HSL | 318.93º | 0.64% | 0.46% | - |
| HSV(B) | 318.93º | 0.78% | 0.75% | - |
| XYZ | 27.35 | 14.75 | 27.79 | - |
| YUV | 98.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 144 | 0 | 0.78 | 0.25 | 0.25 | 318.93 | 0.64 | 0.46 |
| Hex | BF | 2A | 90 | 0 | 4E | 19 | 19 | 13F | 40 | 2E |
| Octal | 277 | 52 | 220 | 0 | 116 | 31 | 31 | 477 | 100 | 56 |
| Binary | 10111111 | 101010 | 10010000 | 0 | 1001110 | 11001 | 11001 | 100111111 | 1000000 | 101110 |
Color Harmonies of #BF2A90
Complementary color
Monochromatic Colors of #BF2A90
Black with #BF2A90
Text Example
Text Example
White with #BF2A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A90; }
p { color: rgb(191,42,144); }
H1.HeaderClassName
{
color: #BF2A90;
}
.AnyTagClassName
{
color: #BF2A90;
}
</style>
background-color css
<style>
a { background-color: #BF2A90; }
a { background-color: rgb(191,42,144); }
div.DivClassName
{
background-color: #BF2A90;
}
.BgClassName
{
background-color: #BF2A90;
}
</style>
border-color css
<style>
span { border-color: #BF2A90; }
span { border-color: rgb(191,42,144); }
td.TdClassName
{
border-color: #BF2A90;
}
.TagClassName
{
border-color: #BF2A90;
}
</style>