Shades of Deep Magenta #BF01BA
Tints of Deep Magenta #BF01BA
RGB
CMYK
RGB Variations
Color information
#BF01BA (or 0xBF01BA) is known color: Deep Magenta. HEX triplet: BF, 01 and BA. RGB value is (191,1,186). Sum of RGB (Red+Green+Blue) = 191+1+186=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF01BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF01BA is #40FE45. Grayscale: #4E4E4E. Windows color (decimal): -4259398 or 12190143. OLE color: 12190143.
HSL color Cylindrical-coordinate representation of color #BF01BA: hue angle of 301.58º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF01BA is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 186 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.25 |
| HSL | 301.58º | 0.99% | 0.38% | - |
| HSV(B) | 301.58º | 0.99% | 0.75% | - |
| XYZ | 30.36 | 14.64 | 47.68 | - |
| YUV | 78.9 | 188.45 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 186 | 0 | 0.99 | 0.03 | 0.25 | 301.58 | 0.99 | 0.38 |
| Hex | BF | 1 | BA | 0 | 63 | 3 | 19 | 12E | 63 | 26 |
| Octal | 277 | 1 | 272 | 0 | 143 | 3 | 31 | 456 | 143 | 46 |
| Binary | 10111111 | 1 | 10111010 | 0 | 1100011 | 11 | 11001 | 100101110 | 1100011 | 100110 |
Color Harmonies of #BF01BA
Complementary color
Monochromatic Colors of #BF01BA
Black with #BF01BA
Text Example
Text Example
White with #BF01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF01BA; }
p { color: rgb(191,1,186); }
H1.HeaderClassName
{
color: #BF01BA;
}
.AnyTagClassName
{
color: #BF01BA;
}
</style>
background-color css
<style>
a { background-color: #BF01BA; }
a { background-color: rgb(191,1,186); }
div.DivClassName
{
background-color: #BF01BA;
}
.BgClassName
{
background-color: #BF01BA;
}
</style>
border-color css
<style>
span { border-color: #BF01BA; }
span { border-color: rgb(191,1,186); }
td.TdClassName
{
border-color: #BF01BA;
}
.TagClassName
{
border-color: #BF01BA;
}
</style>