Shades of Medium Violet Red #BF20A2
Tints of Medium Violet Red #BF20A2
RGB
CMYK
RGB Variations
Color information
#BF20A2 (or 0xBF20A2) is known color: Medium Violet Red. HEX triplet: BF, 20 and A2. RGB value is (191,32,162). Sum of RGB (Red+Green+Blue) = 191+32+162=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF20A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF20A2 is #40DF5D. Grayscale: #5E5E5E. Windows color (decimal): -4251486 or 10625215. OLE color: 10625215.
HSL color Cylindrical-coordinate representation of color #BF20A2: hue angle of 310.94º 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 #BF20A2 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 162 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.25 |
| HSL | 310.94º | 0.71% | 0.44% | - |
| HSV(B) | 310.94º | 0.83% | 0.75% | - |
| XYZ | 28.52 | 14.72 | 35.52 | - |
| YUV | 94.36 | 166.18 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 162 | 0 | 0.83 | 0.15 | 0.25 | 310.94 | 0.71 | 0.44 |
| Hex | BF | 20 | A2 | 0 | 53 | F | 19 | 137 | 47 | 2C |
| Octal | 277 | 40 | 242 | 0 | 123 | 17 | 31 | 467 | 107 | 54 |
| Binary | 10111111 | 100000 | 10100010 | 0 | 1010011 | 1111 | 11001 | 100110111 | 1000111 | 101100 |
Color Harmonies of #BF20A2
Complementary color
Monochromatic Colors of #BF20A2
Black with #BF20A2
Text Example
Text Example
White with #BF20A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF20A2; }
p { color: rgb(191,32,162); }
H1.HeaderClassName
{
color: #BF20A2;
}
.AnyTagClassName
{
color: #BF20A2;
}
</style>
background-color css
<style>
a { background-color: #BF20A2; }
a { background-color: rgb(191,32,162); }
div.DivClassName
{
background-color: #BF20A2;
}
.BgClassName
{
background-color: #BF20A2;
}
</style>
border-color css
<style>
span { border-color: #BF20A2; }
span { border-color: rgb(191,32,162); }
td.TdClassName
{
border-color: #BF20A2;
}
.TagClassName
{
border-color: #BF20A2;
}
</style>