Shades of Deep Magenta #BF13BA
Tints of Deep Magenta #BF13BA
RGB
CMYK
RGB Variations
Color information
#BF13BA (or 0xBF13BA) is known color: Deep Magenta. HEX triplet: BF, 13 and BA. RGB value is (191,19,186). Sum of RGB (Red+Green+Blue) = 191+19+186=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF13BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF13BA is #40EC45. Grayscale: #585858. Windows color (decimal): -4254790 or 12194751. OLE color: 12194751.
HSL color Cylindrical-coordinate representation of color #BF13BA: hue angle of 301.74º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF13BA is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 186 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.25 |
| HSL | 301.74º | 0.82% | 0.41% | - |
| HSV(B) | 301.74º | 0.9% | 0.75% | - |
| XYZ | 30.58 | 15.09 | 47.75 | - |
| YUV | 89.47 | 182.48 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 186 | 0 | 0.90 | 0.03 | 0.25 | 301.74 | 0.82 | 0.41 |
| Hex | BF | 13 | BA | 0 | 5A | 3 | 19 | 12E | 52 | 29 |
| Octal | 277 | 23 | 272 | 0 | 132 | 3 | 31 | 456 | 122 | 51 |
| Binary | 10111111 | 10011 | 10111010 | 0 | 1011010 | 11 | 11001 | 100101110 | 1010010 | 101001 |
Color Harmonies of #BF13BA
Complementary color
Monochromatic Colors of #BF13BA
Black with #BF13BA
Text Example
Text Example
White with #BF13BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF13BA; }
p { color: rgb(191,19,186); }
H1.HeaderClassName
{
color: #BF13BA;
}
.AnyTagClassName
{
color: #BF13BA;
}
</style>
background-color css
<style>
a { background-color: #BF13BA; }
a { background-color: rgb(191,19,186); }
div.DivClassName
{
background-color: #BF13BA;
}
.BgClassName
{
background-color: #BF13BA;
}
</style>
border-color css
<style>
span { border-color: #BF13BA; }
span { border-color: rgb(191,19,186); }
td.TdClassName
{
border-color: #BF13BA;
}
.TagClassName
{
border-color: #BF13BA;
}
</style>