Shades of Deep Magenta #BA05BC
Tints of Deep Magenta #BA05BC
RGB
CMYK
RGB Variations
Color information
#BA05BC (or 0xBA05BC) is known color: Deep Magenta. HEX triplet: BA, 05 and BC. RGB value is (186,5,188). Sum of RGB (Red+Green+Blue) = 186+5+188=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA05BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05BC is #45FA43. Grayscale: #4F4F4F. Windows color (decimal): -4586052 or 12322234. OLE color: 12322234.
HSL color Cylindrical-coordinate representation of color #BA05BC: hue angle of 299.34º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA05BC is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 5 | 188 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.26 |
| HSL | 299.34º | 0.95% | 0.38% | - |
| HSV(B) | 299.34º | 0.97% | 0.74% | - |
| XYZ | 29.38 | 14.18 | 48.77 | - |
| YUV | 79.98 | 188.97 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 188 | 0.01 | 0.97 | 0 | 0.26 | 299.34 | 0.95 | 0.38 |
| Hex | BA | 5 | BC | 1 | 61 | 0 | 1A | 12B | 5F | 26 |
| Octal | 272 | 5 | 274 | 1 | 141 | 0 | 32 | 453 | 137 | 46 |
| Binary | 10111010 | 101 | 10111100 | 1 | 1100001 | 0 | 11010 | 100101011 | 1011111 | 100110 |
Color Harmonies of #BA05BC
Complementary color
Monochromatic Colors of #BA05BC
Black with #BA05BC
Text Example
Text Example
White with #BA05BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05BC; }
p { color: rgb(186,5,188); }
H1.HeaderClassName
{
color: #BA05BC;
}
.AnyTagClassName
{
color: #BA05BC;
}
</style>
background-color css
<style>
a { background-color: #BA05BC; }
a { background-color: rgb(186,5,188); }
div.DivClassName
{
background-color: #BA05BC;
}
.BgClassName
{
background-color: #BA05BC;
}
</style>
border-color css
<style>
span { border-color: #BA05BC; }
span { border-color: rgb(186,5,188); }
td.TdClassName
{
border-color: #BA05BC;
}
.TagClassName
{
border-color: #BA05BC;
}
</style>