Shades of Deep Magenta #BA08BC
Tints of Deep Magenta #BA08BC
RGB
CMYK
RGB Variations
Color information
#BA08BC (or 0xBA08BC) is known color: Deep Magenta. HEX triplet: BA, 08 and BC. RGB value is (186,8,188). Sum of RGB (Red+Green+Blue) = 186+8+188=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA08BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08BC is #45F743. Grayscale: #515151. Windows color (decimal): -4585284 or 12323002. OLE color: 12323002.
HSL color Cylindrical-coordinate representation of color #BA08BC: hue angle of 299.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08BC is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 8 | 188 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.26 |
| HSL | 299.33º | 0.92% | 0.38% | - |
| HSV(B) | 299.33º | 0.96% | 0.74% | - |
| XYZ | 29.41 | 14.24 | 48.78 | - |
| YUV | 81.74 | 187.97 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 188 | 0.01 | 0.96 | 0 | 0.26 | 299.33 | 0.92 | 0.38 |
| Hex | BA | 8 | BC | 1 | 60 | 0 | 1A | 12B | 5C | 26 |
| Octal | 272 | 10 | 274 | 1 | 140 | 0 | 32 | 453 | 134 | 46 |
| Binary | 10111010 | 1000 | 10111100 | 1 | 1100000 | 0 | 11010 | 100101011 | 1011100 | 100110 |
Color Harmonies of #BA08BC
Complementary color
Monochromatic Colors of #BA08BC
Black with #BA08BC
Text Example
Text Example
White with #BA08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA08BC; }
p { color: rgb(186,8,188); }
H1.HeaderClassName
{
color: #BA08BC;
}
.AnyTagClassName
{
color: #BA08BC;
}
</style>
background-color css
<style>
a { background-color: #BA08BC; }
a { background-color: rgb(186,8,188); }
div.DivClassName
{
background-color: #BA08BC;
}
.BgClassName
{
background-color: #BA08BC;
}
</style>
border-color css
<style>
span { border-color: #BA08BC; }
span { border-color: rgb(186,8,188); }
td.TdClassName
{
border-color: #BA08BC;
}
.TagClassName
{
border-color: #BA08BC;
}
</style>