Shades of Deep Magenta #BF20B9
Tints of Deep Magenta #BF20B9
RGB
CMYK
RGB Variations
Color information
#BF20B9 (or 0xBF20B9) is known color: Deep Magenta. HEX triplet: BF, 20 and B9. RGB value is (191,32,185). Sum of RGB (Red+Green+Blue) = 191+32+185=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF20B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF20B9 is #40DF46. Grayscale: #606060. Windows color (decimal): -4251463 or 12132543. OLE color: 12132543.
HSL color Cylindrical-coordinate representation of color #BF20B9: hue angle of 302.26º 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 #BF20B9 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 185 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.25 |
| HSL | 302.26º | 0.71% | 0.44% | - |
| HSV(B) | 302.26º | 0.83% | 0.75% | - |
| XYZ | 30.76 | 15.61 | 47.29 | - |
| YUV | 96.98 | 177.68 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 185 | 0 | 0.83 | 0.03 | 0.25 | 302.26 | 0.71 | 0.44 |
| Hex | BF | 20 | B9 | 0 | 53 | 3 | 19 | 12E | 47 | 2C |
| Octal | 277 | 40 | 271 | 0 | 123 | 3 | 31 | 456 | 107 | 54 |
| Binary | 10111111 | 100000 | 10111001 | 0 | 1010011 | 11 | 11001 | 100101110 | 1000111 | 101100 |
Color Harmonies of #BF20B9
Complementary color
Monochromatic Colors of #BF20B9
Black with #BF20B9
Text Example
Text Example
White with #BF20B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF20B9; }
p { color: rgb(191,32,185); }
H1.HeaderClassName
{
color: #BF20B9;
}
.AnyTagClassName
{
color: #BF20B9;
}
</style>
background-color css
<style>
a { background-color: #BF20B9; }
a { background-color: rgb(191,32,185); }
div.DivClassName
{
background-color: #BF20B9;
}
.BgClassName
{
background-color: #BF20B9;
}
</style>
border-color css
<style>
span { border-color: #BF20B9; }
span { border-color: rgb(191,32,185); }
td.TdClassName
{
border-color: #BF20B9;
}
.TagClassName
{
border-color: #BF20B9;
}
</style>