Shades of Deep Magenta #BF0ADC
Tints of Deep Magenta #BF0ADC
RGB
CMYK
RGB Variations
Color information
#BF0ADC (or 0xBF0ADC) is known color: Deep Magenta. HEX triplet: BF, 0A and DC. RGB value is (191,10,220). Sum of RGB (Red+Green+Blue) = 191+10+220=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF0ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0ADC is #40F523. Grayscale: #575757. Windows color (decimal): -4257060 or 14420671. OLE color: 14420671.
HSL color Cylindrical-coordinate representation of color #BF0ADC: hue angle of 291.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0ADC is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 10 | 220 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.14 |
| HSL | 291.71º | 0.91% | 0.45% | - |
| HSV(B) | 291.71º | 0.95% | 0.86% | - |
| XYZ | 34.51 | 16.46 | 69.07 | - |
| YUV | 88.06 | 202.47 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 220 | 0.13 | 0.95 | 0 | 0.14 | 291.71 | 0.91 | 0.45 |
| Hex | BF | A | DC | D | 5F | 0 | E | 124 | 5B | 2D |
| Octal | 277 | 12 | 334 | 15 | 137 | 0 | 16 | 444 | 133 | 55 |
| Binary | 10111111 | 1010 | 11011100 | 1101 | 1011111 | 0 | 1110 | 100100100 | 1011011 | 101101 |
Color Harmonies of #BF0ADC
Complementary color
Monochromatic Colors of #BF0ADC
Black with #BF0ADC
Text Example
Text Example
White with #BF0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0ADC; }
p { color: rgb(191,10,220); }
H1.HeaderClassName
{
color: #BF0ADC;
}
.AnyTagClassName
{
color: #BF0ADC;
}
</style>
background-color css
<style>
a { background-color: #BF0ADC; }
a { background-color: rgb(191,10,220); }
div.DivClassName
{
background-color: #BF0ADC;
}
.BgClassName
{
background-color: #BF0ADC;
}
</style>
border-color css
<style>
span { border-color: #BF0ADC; }
span { border-color: rgb(191,10,220); }
td.TdClassName
{
border-color: #BF0ADC;
}
.TagClassName
{
border-color: #BF0ADC;
}
</style>