Shades of Deep Magenta #BA08DE
Tints of Deep Magenta #BA08DE
RGB
CMYK
RGB Variations
Color information
#BA08DE (or 0xBA08DE) is known color: Deep Magenta. HEX triplet: BA, 08 and DE. RGB value is (186,8,222). Sum of RGB (Red+Green+Blue) = 186+8+222=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA08DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08DE is #45F721. Grayscale: #545454. Windows color (decimal): -4585250 or 14551226. OLE color: 14551226.
HSL color Cylindrical-coordinate representation of color #BA08DE: hue angle of 289.91º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08DE is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 8 | 222 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.13 |
| HSL | 289.91º | 0.93% | 0.45% | - |
| HSV(B) | 289.91º | 0.96% | 0.87% | - |
| XYZ | 33.52 | 15.89 | 70.41 | - |
| YUV | 85.62 | 204.97 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 222 | 0.16 | 0.96 | 0 | 0.13 | 289.91 | 0.93 | 0.45 |
| Hex | BA | 8 | DE | 10 | 60 | 0 | D | 122 | 5D | 2D |
| Octal | 272 | 10 | 336 | 20 | 140 | 0 | 15 | 442 | 135 | 55 |
| Binary | 10111010 | 1000 | 11011110 | 10000 | 1100000 | 0 | 1101 | 100100010 | 1011101 | 101101 |
Color Harmonies of #BA08DE
Complementary color
Monochromatic Colors of #BA08DE
Black with #BA08DE
Text Example
Text Example
White with #BA08DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA08DE; }
p { color: rgb(186,8,222); }
H1.HeaderClassName
{
color: #BA08DE;
}
.AnyTagClassName
{
color: #BA08DE;
}
</style>
background-color css
<style>
a { background-color: #BA08DE; }
a { background-color: rgb(186,8,222); }
div.DivClassName
{
background-color: #BA08DE;
}
.BgClassName
{
background-color: #BA08DE;
}
</style>
border-color css
<style>
span { border-color: #BA08DE; }
span { border-color: rgb(186,8,222); }
td.TdClassName
{
border-color: #BA08DE;
}
.TagClassName
{
border-color: #BA08DE;
}
</style>