Shades of Deep Magenta #BF12DB
Tints of Deep Magenta #BF12DB
RGB
CMYK
RGB Variations
Color information
#BF12DB (or 0xBF12DB) is known color: Deep Magenta. HEX triplet: BF, 12 and DB. RGB value is (191,18,219). Sum of RGB (Red+Green+Blue) = 191+18+219=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF12DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF12DB is #40ED24. Grayscale: #5C5C5C. Windows color (decimal): -4255013 or 14357183. OLE color: 14357183.
HSL color Cylindrical-coordinate representation of color #BF12DB: hue angle of 291.64º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF12DB is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 18 | 219 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.14 |
| HSL | 291.64º | 0.85% | 0.46% | - |
| HSV(B) | 291.64º | 0.92% | 0.86% | - |
| XYZ | 34.49 | 16.62 | 68.41 | - |
| YUV | 92.64 | 199.31 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 219 | 0.13 | 0.92 | 0 | 0.14 | 291.64 | 0.85 | 0.46 |
| Hex | BF | 12 | DB | D | 5C | 0 | E | 124 | 55 | 2E |
| Octal | 277 | 22 | 333 | 15 | 134 | 0 | 16 | 444 | 125 | 56 |
| Binary | 10111111 | 10010 | 11011011 | 1101 | 1011100 | 0 | 1110 | 100100100 | 1010101 | 101110 |
Color Harmonies of #BF12DB
Complementary color
Monochromatic Colors of #BF12DB
Black with #BF12DB
Text Example
Text Example
White with #BF12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF12DB; }
p { color: rgb(191,18,219); }
H1.HeaderClassName
{
color: #BF12DB;
}
.AnyTagClassName
{
color: #BF12DB;
}
</style>
background-color css
<style>
a { background-color: #BF12DB; }
a { background-color: rgb(191,18,219); }
div.DivClassName
{
background-color: #BF12DB;
}
.BgClassName
{
background-color: #BF12DB;
}
</style>
border-color css
<style>
span { border-color: #BF12DB; }
span { border-color: rgb(191,18,219); }
td.TdClassName
{
border-color: #BF12DB;
}
.TagClassName
{
border-color: #BF12DB;
}
</style>