Shades of Deep Magenta #BF03BA
Tints of Deep Magenta #BF03BA
RGB
CMYK
RGB Variations
Color information
#BF03BA (or 0xBF03BA) is known color: Deep Magenta. HEX triplet: BF, 03 and BA. RGB value is (191,3,186). Sum of RGB (Red+Green+Blue) = 191+3+186=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF03BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF03BA is #40FC45. Grayscale: #4F4F4F. Windows color (decimal): -4258886 or 12190655. OLE color: 12190655.
HSL color Cylindrical-coordinate representation of color #BF03BA: hue angle of 301.6º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF03BA is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 3 | 186 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.25 |
| HSL | 301.6º | 0.97% | 0.38% | - |
| HSV(B) | 301.6º | 0.98% | 0.75% | - |
| XYZ | 30.38 | 14.69 | 47.69 | - |
| YUV | 80.07 | 187.78 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 3 | 186 | 0 | 0.98 | 0.03 | 0.25 | 301.6 | 0.97 | 0.38 |
| Hex | BF | 3 | BA | 0 | 62 | 3 | 19 | 12E | 61 | 26 |
| Octal | 277 | 3 | 272 | 0 | 142 | 3 | 31 | 456 | 141 | 46 |
| Binary | 10111111 | 11 | 10111010 | 0 | 1100010 | 11 | 11001 | 100101110 | 1100001 | 100110 |
Color Harmonies of #BF03BA
Complementary color
Monochromatic Colors of #BF03BA
Black with #BF03BA
Text Example
Text Example
White with #BF03BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF03BA; }
p { color: rgb(191,3,186); }
H1.HeaderClassName
{
color: #BF03BA;
}
.AnyTagClassName
{
color: #BF03BA;
}
</style>
background-color css
<style>
a { background-color: #BF03BA; }
a { background-color: rgb(191,3,186); }
div.DivClassName
{
background-color: #BF03BA;
}
.BgClassName
{
background-color: #BF03BA;
}
</style>
border-color css
<style>
span { border-color: #BF03BA; }
span { border-color: rgb(191,3,186); }
td.TdClassName
{
border-color: #BF03BA;
}
.TagClassName
{
border-color: #BF03BA;
}
</style>