Shades of Deep Magenta #BF05BA
Tints of Deep Magenta #BF05BA
RGB
CMYK
RGB Variations
Color information
#BF05BA (or 0xBF05BA) is known color: Deep Magenta. HEX triplet: BF, 05 and BA. RGB value is (191,5,186). Sum of RGB (Red+Green+Blue) = 191+5+186=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF05BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF05BA is #40FA45. Grayscale: #505050. Windows color (decimal): -4258374 or 12191167. OLE color: 12191167.
HSL color Cylindrical-coordinate representation of color #BF05BA: hue angle of 301.61º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF05BA is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 5 | 186 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.25 |
| HSL | 301.61º | 0.95% | 0.38% | - |
| HSV(B) | 301.61º | 0.97% | 0.75% | - |
| XYZ | 30.4 | 14.73 | 47.7 | - |
| YUV | 81.25 | 187.12 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 5 | 186 | 0 | 0.97 | 0.03 | 0.25 | 301.61 | 0.95 | 0.38 |
| Hex | BF | 5 | BA | 0 | 61 | 3 | 19 | 12E | 5F | 26 |
| Octal | 277 | 5 | 272 | 0 | 141 | 3 | 31 | 456 | 137 | 46 |
| Binary | 10111111 | 101 | 10111010 | 0 | 1100001 | 11 | 11001 | 100101110 | 1011111 | 100110 |
Color Harmonies of #BF05BA
Complementary color
Monochromatic Colors of #BF05BA
Black with #BF05BA
Text Example
Text Example
White with #BF05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF05BA; }
p { color: rgb(191,5,186); }
H1.HeaderClassName
{
color: #BF05BA;
}
.AnyTagClassName
{
color: #BF05BA;
}
</style>
background-color css
<style>
a { background-color: #BF05BA; }
a { background-color: rgb(191,5,186); }
div.DivClassName
{
background-color: #BF05BA;
}
.BgClassName
{
background-color: #BF05BA;
}
</style>
border-color css
<style>
span { border-color: #BF05BA; }
span { border-color: rgb(191,5,186); }
td.TdClassName
{
border-color: #BF05BA;
}
.TagClassName
{
border-color: #BF05BA;
}
</style>