Shades of Deep Magenta #BF20BE
Tints of Deep Magenta #BF20BE
RGB
CMYK
RGB Variations
Color information
#BF20BE (or 0xBF20BE) is known color: Deep Magenta. HEX triplet: BF, 20 and BE. RGB value is (191,32,190). Sum of RGB (Red+Green+Blue) = 191+32+190=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF20BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF20BE is #40DF41. Grayscale: #616161. Windows color (decimal): -4251458 or 12460223. OLE color: 12460223.
HSL color Cylindrical-coordinate representation of color #BF20BE: hue angle of 300.38º 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 #BF20BE is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 190 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.25 |
| HSL | 300.38º | 0.71% | 0.44% | - |
| HSV(B) | 300.38º | 0.83% | 0.75% | - |
| XYZ | 31.3 | 15.83 | 50.12 | - |
| YUV | 97.55 | 180.18 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 190 | 0 | 0.83 | 0.01 | 0.25 | 300.38 | 0.71 | 0.44 |
| Hex | BF | 20 | BE | 0 | 53 | 1 | 19 | 12C | 47 | 2C |
| Octal | 277 | 40 | 276 | 0 | 123 | 1 | 31 | 454 | 107 | 54 |
| Binary | 10111111 | 100000 | 10111110 | 0 | 1010011 | 1 | 11001 | 100101100 | 1000111 | 101100 |
Color Harmonies of #BF20BE
Complementary color
Monochromatic Colors of #BF20BE
Black with #BF20BE
Text Example
Text Example
White with #BF20BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF20BE; }
p { color: rgb(191,32,190); }
H1.HeaderClassName
{
color: #BF20BE;
}
.AnyTagClassName
{
color: #BF20BE;
}
</style>
background-color css
<style>
a { background-color: #BF20BE; }
a { background-color: rgb(191,32,190); }
div.DivClassName
{
background-color: #BF20BE;
}
.BgClassName
{
background-color: #BF20BE;
}
</style>
border-color css
<style>
span { border-color: #BF20BE; }
span { border-color: rgb(191,32,190); }
td.TdClassName
{
border-color: #BF20BE;
}
.TagClassName
{
border-color: #BF20BE;
}
</style>