Shades of Deep Magenta #BA08B8
Tints of Deep Magenta #BA08B8
RGB
CMYK
RGB Variations
Color information
#BA08B8 (or 0xBA08B8) is known color: Deep Magenta. HEX triplet: BA, 08 and B8. RGB value is (186,8,184). Sum of RGB (Red+Green+Blue) = 186+8+184=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA08B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08B8 is #45F747. Grayscale: #505050. Windows color (decimal): -4585288 or 12060858. OLE color: 12060858.
HSL color Cylindrical-coordinate representation of color #BA08B8: hue angle of 300.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08B8 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 184 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.27 |
| HSL | 300.67º | 0.92% | 0.38% | - |
| HSV(B) | 300.67º | 0.96% | 0.73% | - |
| XYZ | 28.99 | 14.07 | 46.54 | - |
| YUV | 81.29 | 185.97 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 184 | 0 | 0.96 | 0.01 | 0.27 | 300.67 | 0.92 | 0.38 |
| Hex | BA | 8 | B8 | 0 | 60 | 1 | 1B | 12D | 5C | 26 |
| Octal | 272 | 10 | 270 | 0 | 140 | 1 | 33 | 455 | 134 | 46 |
| Binary | 10111010 | 1000 | 10111000 | 0 | 1100000 | 1 | 11011 | 100101101 | 1011100 | 100110 |
Color Harmonies of #BA08B8
Complementary color
Monochromatic Colors of #BA08B8
Black with #BA08B8
Text Example
Text Example
White with #BA08B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA08B8; }
p { color: rgb(186,8,184); }
H1.HeaderClassName
{
color: #BA08B8;
}
.AnyTagClassName
{
color: #BA08B8;
}
</style>
background-color css
<style>
a { background-color: #BA08B8; }
a { background-color: rgb(186,8,184); }
div.DivClassName
{
background-color: #BA08B8;
}
.BgClassName
{
background-color: #BA08B8;
}
</style>
border-color css
<style>
span { border-color: #BA08B8; }
span { border-color: rgb(186,8,184); }
td.TdClassName
{
border-color: #BA08B8;
}
.TagClassName
{
border-color: #BA08B8;
}
</style>