Shades of Deep Magenta #BF12D3
Tints of Deep Magenta #BF12D3
RGB
CMYK
RGB Variations
Color information
#BF12D3 (or 0xBF12D3) is known color: Deep Magenta. HEX triplet: BF, 12 and D3. RGB value is (191,18,211). Sum of RGB (Red+Green+Blue) = 191+18+211=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 211 (82.81% from 255 or 50.24% from 420); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF12D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF12D3 is #40ED2C. Grayscale: #5B5B5B. Windows color (decimal): -4255021 or 13832895. OLE color: 13832895.
HSL color Cylindrical-coordinate representation of color #BF12D3: hue angle of 293.78º degrees, saturation: 0.84, 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 #BF12D3 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 18 | 211 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.17 |
| HSL | 293.78º | 0.84% | 0.45% | - |
| HSV(B) | 293.78º | 0.91% | 0.83% | - |
| XYZ | 33.46 | 16.21 | 62.99 | - |
| YUV | 91.73 | 195.31 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 211 | 0.09 | 0.91 | 0 | 0.17 | 293.78 | 0.84 | 0.45 |
| Hex | BF | 12 | D3 | 9 | 5B | 0 | 11 | 126 | 54 | 2D |
| Octal | 277 | 22 | 323 | 11 | 133 | 0 | 21 | 446 | 124 | 55 |
| Binary | 10111111 | 10010 | 11010011 | 1001 | 1011011 | 0 | 10001 | 100100110 | 1010100 | 101101 |
Color Harmonies of #BF12D3
Complementary color
Monochromatic Colors of #BF12D3
Black with #BF12D3
Text Example
Text Example
White with #BF12D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF12D3; }
p { color: rgb(191,18,211); }
H1.HeaderClassName
{
color: #BF12D3;
}
.AnyTagClassName
{
color: #BF12D3;
}
</style>
background-color css
<style>
a { background-color: #BF12D3; }
a { background-color: rgb(191,18,211); }
div.DivClassName
{
background-color: #BF12D3;
}
.BgClassName
{
background-color: #BF12D3;
}
</style>
border-color css
<style>
span { border-color: #BF12D3; }
span { border-color: rgb(191,18,211); }
td.TdClassName
{
border-color: #BF12D3;
}
.TagClassName
{
border-color: #BF12D3;
}
</style>