Shades of Deep Magenta #BF12D0
Tints of Deep Magenta #BF12D0
RGB
CMYK
RGB Variations
Color information
#BF12D0 (or 0xBF12D0) is known color: Deep Magenta. HEX triplet: BF, 12 and D0. RGB value is (191,18,208). Sum of RGB (Red+Green+Blue) = 191+18+208=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF12D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF12D0 is #40ED2F. Grayscale: #5A5A5A. Windows color (decimal): -4255024 or 13636287. OLE color: 13636287.
HSL color Cylindrical-coordinate representation of color #BF12D0: hue angle of 294.63º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF12D0 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 18 | 208 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.18 |
| HSL | 294.63º | 0.84% | 0.44% | - |
| HSV(B) | 294.63º | 0.91% | 0.82% | - |
| XYZ | 33.09 | 16.06 | 61.03 | - |
| YUV | 91.39 | 193.81 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 208 | 0.08 | 0.91 | 0 | 0.18 | 294.63 | 0.84 | 0.44 |
| Hex | BF | 12 | D0 | 8 | 5B | 0 | 12 | 127 | 54 | 2C |
| Octal | 277 | 22 | 320 | 10 | 133 | 0 | 22 | 447 | 124 | 54 |
| Binary | 10111111 | 10010 | 11010000 | 1000 | 1011011 | 0 | 10010 | 100100111 | 1010100 | 101100 |
Color Harmonies of #BF12D0
Complementary color
Monochromatic Colors of #BF12D0
Black with #BF12D0
Text Example
Text Example
White with #BF12D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF12D0; }
p { color: rgb(191,18,208); }
H1.HeaderClassName
{
color: #BF12D0;
}
.AnyTagClassName
{
color: #BF12D0;
}
</style>
background-color css
<style>
a { background-color: #BF12D0; }
a { background-color: rgb(191,18,208); }
div.DivClassName
{
background-color: #BF12D0;
}
.BgClassName
{
background-color: #BF12D0;
}
</style>
border-color css
<style>
span { border-color: #BF12D0; }
span { border-color: rgb(191,18,208); }
td.TdClassName
{
border-color: #BF12D0;
}
.TagClassName
{
border-color: #BF12D0;
}
</style>