Shades of Deep Magenta #BA05CF
Tints of Deep Magenta #BA05CF
RGB
CMYK
RGB Variations
Color information
#BA05CF (or 0xBA05CF) is known color: Deep Magenta. HEX triplet: BA, 05 and CF. RGB value is (186,5,207). Sum of RGB (Red+Green+Blue) = 186+5+207=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA05CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05CF is #45FA30. Grayscale: #515151. Windows color (decimal): -4586033 or 13567418. OLE color: 13567418.
HSL color Cylindrical-coordinate representation of color #BA05CF: hue angle of 293.76º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA05CF is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 5 | 207 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.19 |
| HSL | 293.76º | 0.95% | 0.42% | - |
| HSV(B) | 293.76º | 0.98% | 0.81% | - |
| XYZ | 31.57 | 15.05 | 60.27 | - |
| YUV | 82.15 | 198.47 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 207 | 0.10 | 0.98 | 0 | 0.19 | 293.76 | 0.95 | 0.42 |
| Hex | BA | 5 | CF | A | 62 | 0 | 13 | 126 | 5F | 2A |
| Octal | 272 | 5 | 317 | 12 | 142 | 0 | 23 | 446 | 137 | 52 |
| Binary | 10111010 | 101 | 11001111 | 1010 | 1100010 | 0 | 10011 | 100100110 | 1011111 | 101010 |
Color Harmonies of #BA05CF
Complementary color
Monochromatic Colors of #BA05CF
Black with #BA05CF
Text Example
Text Example
White with #BA05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05CF; }
p { color: rgb(186,5,207); }
H1.HeaderClassName
{
color: #BA05CF;
}
.AnyTagClassName
{
color: #BA05CF;
}
</style>
background-color css
<style>
a { background-color: #BA05CF; }
a { background-color: rgb(186,5,207); }
div.DivClassName
{
background-color: #BA05CF;
}
.BgClassName
{
background-color: #BA05CF;
}
</style>
border-color css
<style>
span { border-color: #BA05CF; }
span { border-color: rgb(186,5,207); }
td.TdClassName
{
border-color: #BA05CF;
}
.TagClassName
{
border-color: #BA05CF;
}
</style>