Shades of Deep Magenta #BF16DC
Tints of Deep Magenta #BF16DC
RGB
CMYK
RGB Variations
Color information
#BF16DC (or 0xBF16DC) is known color: Deep Magenta. HEX triplet: BF, 16 and DC. RGB value is (191,22,220). Sum of RGB (Red+Green+Blue) = 191+22+220=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF16DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF16DC is #40E923. Grayscale: #5E5E5E. Windows color (decimal): -4253988 or 14423743. OLE color: 14423743.
HSL color Cylindrical-coordinate representation of color #BF16DC: hue angle of 291.21º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF16DC is Cyan = 0.13, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 22 | 220 | - |
| CMYK | 0.13 | 0.9 | 0 | 0.14 |
| HSL | 291.21º | 0.82% | 0.47% | - |
| HSV(B) | 291.21º | 0.9% | 0.86% | - |
| XYZ | 34.69 | 16.82 | 69.13 | - |
| YUV | 95.1 | 198.49 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 220 | 0.13 | 0.9 | 0 | 0.14 | 291.21 | 0.82 | 0.47 |
| Hex | BF | 16 | DC | D | 5A | 0 | E | 123 | 52 | 2F |
| Octal | 277 | 26 | 334 | 15 | 132 | 0 | 16 | 443 | 122 | 57 |
| Binary | 10111111 | 10110 | 11011100 | 1101 | 1011010 | 0 | 1110 | 100100011 | 1010010 | 101111 |
Color Harmonies of #BF16DC
Complementary color
Monochromatic Colors of #BF16DC
Black with #BF16DC
Text Example
Text Example
White with #BF16DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF16DC; }
p { color: rgb(191,22,220); }
H1.HeaderClassName
{
color: #BF16DC;
}
.AnyTagClassName
{
color: #BF16DC;
}
</style>
background-color css
<style>
a { background-color: #BF16DC; }
a { background-color: rgb(191,22,220); }
div.DivClassName
{
background-color: #BF16DC;
}
.BgClassName
{
background-color: #BF16DC;
}
</style>
border-color css
<style>
span { border-color: #BF16DC; }
span { border-color: rgb(191,22,220); }
td.TdClassName
{
border-color: #BF16DC;
}
.TagClassName
{
border-color: #BF16DC;
}
</style>