Shades of Deep Magenta #BF12BB
Tints of Deep Magenta #BF12BB
RGB
CMYK
RGB Variations
Color information
#BF12BB (or 0xBF12BB) is known color: Deep Magenta. HEX triplet: BF, 12 and BB. RGB value is (191,18,187). Sum of RGB (Red+Green+Blue) = 191+18+187=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF12BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF12BB is #40ED44. Grayscale: #585858. Windows color (decimal): -4255045 or 12260031. OLE color: 12260031.
HSL color Cylindrical-coordinate representation of color #BF12BB: hue angle of 301.39º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF12BB is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 187 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.25 |
| HSL | 301.39º | 0.83% | 0.41% | - |
| HSV(B) | 301.39º | 0.91% | 0.75% | - |
| XYZ | 30.67 | 15.1 | 48.31 | - |
| YUV | 88.99 | 183.31 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 187 | 0 | 0.91 | 0.02 | 0.25 | 301.39 | 0.83 | 0.41 |
| Hex | BF | 12 | BB | 0 | 5B | 2 | 19 | 12D | 53 | 29 |
| Octal | 277 | 22 | 273 | 0 | 133 | 2 | 31 | 455 | 123 | 51 |
| Binary | 10111111 | 10010 | 10111011 | 0 | 1011011 | 10 | 11001 | 100101101 | 1010011 | 101001 |
Color Harmonies of #BF12BB
Complementary color
Monochromatic Colors of #BF12BB
Black with #BF12BB
Text Example
Text Example
White with #BF12BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF12BB; }
p { color: rgb(191,18,187); }
H1.HeaderClassName
{
color: #BF12BB;
}
.AnyTagClassName
{
color: #BF12BB;
}
</style>
background-color css
<style>
a { background-color: #BF12BB; }
a { background-color: rgb(191,18,187); }
div.DivClassName
{
background-color: #BF12BB;
}
.BgClassName
{
background-color: #BF12BB;
}
</style>
border-color css
<style>
span { border-color: #BF12BB; }
span { border-color: rgb(191,18,187); }
td.TdClassName
{
border-color: #BF12BB;
}
.TagClassName
{
border-color: #BF12BB;
}
</style>