Shades of Medium Violet Red #BF21A1
Tints of Medium Violet Red #BF21A1
RGB
CMYK
RGB Variations
Color information
#BF21A1 (or 0xBF21A1) is known color: Medium Violet Red. HEX triplet: BF, 21 and A1. RGB value is (191,33,161). Sum of RGB (Red+Green+Blue) = 191+33+161=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF21A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF21A1 is #40DE5E. Grayscale: #5E5E5E. Windows color (decimal): -4251231 or 10559935. OLE color: 10559935.
HSL color Cylindrical-coordinate representation of color #BF21A1: hue angle of 311.39º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF21A1 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 161 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.25 |
| HSL | 311.39º | 0.71% | 0.44% | - |
| HSV(B) | 311.39º | 0.83% | 0.75% | - |
| XYZ | 28.46 | 14.74 | 35.06 | - |
| YUV | 94.83 | 165.35 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 161 | 0 | 0.83 | 0.16 | 0.25 | 311.39 | 0.71 | 0.44 |
| Hex | BF | 21 | A1 | 0 | 53 | 10 | 19 | 137 | 47 | 2C |
| Octal | 277 | 41 | 241 | 0 | 123 | 20 | 31 | 467 | 107 | 54 |
| Binary | 10111111 | 100001 | 10100001 | 0 | 1010011 | 10000 | 11001 | 100110111 | 1000111 | 101100 |
Color Harmonies of #BF21A1
Complementary color
Monochromatic Colors of #BF21A1
Black with #BF21A1
Text Example
Text Example
White with #BF21A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF21A1; }
p { color: rgb(191,33,161); }
H1.HeaderClassName
{
color: #BF21A1;
}
.AnyTagClassName
{
color: #BF21A1;
}
</style>
background-color css
<style>
a { background-color: #BF21A1; }
a { background-color: rgb(191,33,161); }
div.DivClassName
{
background-color: #BF21A1;
}
.BgClassName
{
background-color: #BF21A1;
}
</style>
border-color css
<style>
span { border-color: #BF21A1; }
span { border-color: rgb(191,33,161); }
td.TdClassName
{
border-color: #BF21A1;
}
.TagClassName
{
border-color: #BF21A1;
}
</style>