Shades of Deep Magenta #BF12DF
Tints of Deep Magenta #BF12DF
RGB
CMYK
RGB Variations
Color information
#BF12DF (or 0xBF12DF) is known color: Deep Magenta. HEX triplet: BF, 12 and DF. RGB value is (191,18,223). Sum of RGB (Red+Green+Blue) = 191+18+223=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF12DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF12DF is #40ED20. Grayscale: #5C5C5C. Windows color (decimal): -4255009 or 14619327. OLE color: 14619327.
HSL color Cylindrical-coordinate representation of color #BF12DF: hue angle of 290.63º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF12DF is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 18 | 223 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.13 |
| HSL | 290.63º | 0.85% | 0.47% | - |
| HSV(B) | 290.63º | 0.92% | 0.87% | - |
| XYZ | 35.02 | 16.84 | 71.22 | - |
| YUV | 93.1 | 201.31 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 223 | 0.14 | 0.92 | 0 | 0.13 | 290.63 | 0.85 | 0.47 |
| Hex | BF | 12 | DF | E | 5C | 0 | D | 123 | 55 | 2F |
| Octal | 277 | 22 | 337 | 16 | 134 | 0 | 15 | 443 | 125 | 57 |
| Binary | 10111111 | 10010 | 11011111 | 1110 | 1011100 | 0 | 1101 | 100100011 | 1010101 | 101111 |
Color Harmonies of #BF12DF
Complementary color
Monochromatic Colors of #BF12DF
Black with #BF12DF
Text Example
Text Example
White with #BF12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF12DF; }
p { color: rgb(191,18,223); }
H1.HeaderClassName
{
color: #BF12DF;
}
.AnyTagClassName
{
color: #BF12DF;
}
</style>
background-color css
<style>
a { background-color: #BF12DF; }
a { background-color: rgb(191,18,223); }
div.DivClassName
{
background-color: #BF12DF;
}
.BgClassName
{
background-color: #BF12DF;
}
</style>
border-color css
<style>
span { border-color: #BF12DF; }
span { border-color: rgb(191,18,223); }
td.TdClassName
{
border-color: #BF12DF;
}
.TagClassName
{
border-color: #BF12DF;
}
</style>