Shades of Deep Magenta #BF1ADC
Tints of Deep Magenta #BF1ADC
RGB
CMYK
RGB Variations
Color information
#BF1ADC (or 0xBF1ADC) is known color: Deep Magenta. HEX triplet: BF, 1A and DC. RGB value is (191,26,220). Sum of RGB (Red+Green+Blue) = 191+26+220=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF1ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1ADC is #40E523. Grayscale: #606060. Windows color (decimal): -4252964 or 14424767. OLE color: 14424767.
HSL color Cylindrical-coordinate representation of color #BF1ADC: hue angle of 291.03º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1ADC is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 26 | 220 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.14 |
| HSL | 291.03º | 0.79% | 0.48% | - |
| HSV(B) | 291.03º | 0.88% | 0.86% | - |
| XYZ | 34.77 | 16.98 | 69.16 | - |
| YUV | 97.45 | 197.16 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 26 | 220 | 0.13 | 0.88 | 0 | 0.14 | 291.03 | 0.79 | 0.48 |
| Hex | BF | 1A | DC | D | 58 | 0 | E | 123 | 4F | 30 |
| Octal | 277 | 32 | 334 | 15 | 130 | 0 | 16 | 443 | 117 | 60 |
| Binary | 10111111 | 11010 | 11011100 | 1101 | 1011000 | 0 | 1110 | 100100011 | 1001111 | 110000 |
Color Harmonies of #BF1ADC
Complementary color
Monochromatic Colors of #BF1ADC
Black with #BF1ADC
Text Example
Text Example
White with #BF1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1ADC; }
p { color: rgb(191,26,220); }
H1.HeaderClassName
{
color: #BF1ADC;
}
.AnyTagClassName
{
color: #BF1ADC;
}
</style>
background-color css
<style>
a { background-color: #BF1ADC; }
a { background-color: rgb(191,26,220); }
div.DivClassName
{
background-color: #BF1ADC;
}
.BgClassName
{
background-color: #BF1ADC;
}
</style>
border-color css
<style>
span { border-color: #BF1ADC; }
span { border-color: rgb(191,26,220); }
td.TdClassName
{
border-color: #BF1ADC;
}
.TagClassName
{
border-color: #BF1ADC;
}
</style>