Shades of Deep Magenta #BF14D4
Tints of Deep Magenta #BF14D4
RGB
CMYK
RGB Variations
Color information
#BF14D4 (or 0xBF14D4) is known color: Deep Magenta. HEX triplet: BF, 14 and D4. RGB value is (191,20,212). Sum of RGB (Red+Green+Blue) = 191+20+212=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 212 (83.20% from 255 or 50.12% from 423); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF14D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF14D4 is #40EB2B. Grayscale: #5C5C5C. Windows color (decimal): -4254508 or 13898943. OLE color: 13898943.
HSL color Cylindrical-coordinate representation of color #BF14D4: hue angle of 293.44º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF14D4 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 20 | 212 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.17 |
| HSL | 293.44º | 0.83% | 0.45% | - |
| HSV(B) | 293.44º | 0.91% | 0.83% | - |
| XYZ | 33.62 | 16.33 | 63.67 | - |
| YUV | 93.02 | 195.15 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 212 | 0.10 | 0.91 | 0 | 0.17 | 293.44 | 0.83 | 0.45 |
| Hex | BF | 14 | D4 | A | 5B | 0 | 11 | 125 | 53 | 2D |
| Octal | 277 | 24 | 324 | 12 | 133 | 0 | 21 | 445 | 123 | 55 |
| Binary | 10111111 | 10100 | 11010100 | 1010 | 1011011 | 0 | 10001 | 100100101 | 1010011 | 101101 |
Color Harmonies of #BF14D4
Complementary color
Monochromatic Colors of #BF14D4
Black with #BF14D4
Text Example
Text Example
White with #BF14D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF14D4; }
p { color: rgb(191,20,212); }
H1.HeaderClassName
{
color: #BF14D4;
}
.AnyTagClassName
{
color: #BF14D4;
}
</style>
background-color css
<style>
a { background-color: #BF14D4; }
a { background-color: rgb(191,20,212); }
div.DivClassName
{
background-color: #BF14D4;
}
.BgClassName
{
background-color: #BF14D4;
}
</style>
border-color css
<style>
span { border-color: #BF14D4; }
span { border-color: rgb(191,20,212); }
td.TdClassName
{
border-color: #BF14D4;
}
.TagClassName
{
border-color: #BF14D4;
}
</style>