Shades of Deep Magenta #BF14D8
Tints of Deep Magenta #BF14D8
RGB
CMYK
RGB Variations
Color information
#BF14D8 (or 0xBF14D8) is known color: Deep Magenta. HEX triplet: BF, 14 and D8. RGB value is (191,20,216). Sum of RGB (Red+Green+Blue) = 191+20+216=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF14D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF14D8 is #40EB27. Grayscale: #5C5C5C. Windows color (decimal): -4254504 or 14161087. OLE color: 14161087.
HSL color Cylindrical-coordinate representation of color #BF14D8: hue angle of 292.35º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF14D8 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 20 | 216 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.15 |
| HSL | 292.35º | 0.83% | 0.46% | - |
| HSV(B) | 292.35º | 0.91% | 0.85% | - |
| XYZ | 34.13 | 16.53 | 66.36 | - |
| YUV | 93.47 | 197.15 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 216 | 0.12 | 0.91 | 0 | 0.15 | 292.35 | 0.83 | 0.46 |
| Hex | BF | 14 | D8 | C | 5B | 0 | F | 124 | 53 | 2E |
| Octal | 277 | 24 | 330 | 14 | 133 | 0 | 17 | 444 | 123 | 56 |
| Binary | 10111111 | 10100 | 11011000 | 1100 | 1011011 | 0 | 1111 | 100100100 | 1010011 | 101110 |
Color Harmonies of #BF14D8
Complementary color
Monochromatic Colors of #BF14D8
Black with #BF14D8
Text Example
Text Example
White with #BF14D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF14D8; }
p { color: rgb(191,20,216); }
H1.HeaderClassName
{
color: #BF14D8;
}
.AnyTagClassName
{
color: #BF14D8;
}
</style>
background-color css
<style>
a { background-color: #BF14D8; }
a { background-color: rgb(191,20,216); }
div.DivClassName
{
background-color: #BF14D8;
}
.BgClassName
{
background-color: #BF14D8;
}
</style>
border-color css
<style>
span { border-color: #BF14D8; }
span { border-color: rgb(191,20,216); }
td.TdClassName
{
border-color: #BF14D8;
}
.TagClassName
{
border-color: #BF14D8;
}
</style>