Shades of Deep Magenta #BA08B4
Tints of Deep Magenta #BA08B4
RGB
CMYK
RGB Variations
Color information
#BA08B4 (or 0xBA08B4) is known color: Deep Magenta. HEX triplet: BA, 08 and B4. RGB value is (186,8,180). Sum of RGB (Red+Green+Blue) = 186+8+180=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA08B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08B4 is #45F74B. Grayscale: #505050. Windows color (decimal): -4585292 or 11798714. OLE color: 11798714.
HSL color Cylindrical-coordinate representation of color #BA08B4: hue angle of 302.02º 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 #BA08B4 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 180 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.27 |
| HSL | 302.02º | 0.92% | 0.38% | - |
| HSV(B) | 302.02º | 0.96% | 0.73% | - |
| XYZ | 28.57 | 13.91 | 44.36 | - |
| YUV | 80.83 | 183.97 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 180 | 0 | 0.96 | 0.03 | 0.27 | 302.02 | 0.92 | 0.38 |
| Hex | BA | 8 | B4 | 0 | 60 | 3 | 1B | 12E | 5C | 26 |
| Octal | 272 | 10 | 264 | 0 | 140 | 3 | 33 | 456 | 134 | 46 |
| Binary | 10111010 | 1000 | 10110100 | 0 | 1100000 | 11 | 11011 | 100101110 | 1011100 | 100110 |
Color Harmonies of #BA08B4
Complementary color
Monochromatic Colors of #BA08B4
Black with #BA08B4
Text Example
Text Example
White with #BA08B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA08B4; }
p { color: rgb(186,8,180); }
H1.HeaderClassName
{
color: #BA08B4;
}
.AnyTagClassName
{
color: #BA08B4;
}
</style>
background-color css
<style>
a { background-color: #BA08B4; }
a { background-color: rgb(186,8,180); }
div.DivClassName
{
background-color: #BA08B4;
}
.BgClassName
{
background-color: #BA08B4;
}
</style>
border-color css
<style>
span { border-color: #BA08B4; }
span { border-color: rgb(186,8,180); }
td.TdClassName
{
border-color: #BA08B4;
}
.TagClassName
{
border-color: #BA08B4;
}
</style>