Shades of Deep Magenta #BA08D3
Tints of Deep Magenta #BA08D3
RGB
CMYK
RGB Variations
Color information
#BA08D3 (or 0xBA08D3) is known color: Deep Magenta. HEX triplet: BA, 08 and D3. RGB value is (186,8,211). Sum of RGB (Red+Green+Blue) = 186+8+211=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 211 (82.81% from 255 or 52.10% from 405); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA08D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08D3 is #45F72C. Grayscale: #535353. Windows color (decimal): -4585261 or 13830330. OLE color: 13830330.
HSL color Cylindrical-coordinate representation of color #BA08D3: hue angle of 292.61º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08D3 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 8 | 211 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.17 |
| HSL | 292.61º | 0.93% | 0.43% | - |
| HSV(B) | 292.61º | 0.96% | 0.83% | - |
| XYZ | 32.09 | 15.32 | 62.89 | - |
| YUV | 84.36 | 199.47 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 211 | 0.12 | 0.96 | 0 | 0.17 | 292.61 | 0.93 | 0.43 |
| Hex | BA | 8 | D3 | C | 60 | 0 | 11 | 125 | 5D | 2B |
| Octal | 272 | 10 | 323 | 14 | 140 | 0 | 21 | 445 | 135 | 53 |
| Binary | 10111010 | 1000 | 11010011 | 1100 | 1100000 | 0 | 10001 | 100100101 | 1011101 | 101011 |
Color Harmonies of #BA08D3
Complementary color
Monochromatic Colors of #BA08D3
Black with #BA08D3
Text Example
Text Example
White with #BA08D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA08D3; }
p { color: rgb(186,8,211); }
H1.HeaderClassName
{
color: #BA08D3;
}
.AnyTagClassName
{
color: #BA08D3;
}
</style>
background-color css
<style>
a { background-color: #BA08D3; }
a { background-color: rgb(186,8,211); }
div.DivClassName
{
background-color: #BA08D3;
}
.BgClassName
{
background-color: #BA08D3;
}
</style>
border-color css
<style>
span { border-color: #BA08D3; }
span { border-color: rgb(186,8,211); }
td.TdClassName
{
border-color: #BA08D3;
}
.TagClassName
{
border-color: #BA08D3;
}
</style>