Shades of Deep Magenta #BA00BD
Tints of Deep Magenta #BA00BD
RGB
CMYK
RGB Variations
Color information
#BA00BD (or 0xBA00BD) is known color: Deep Magenta. HEX triplet: BA, 00 and BD. RGB value is (186,0,189). Sum of RGB (Red+Green+Blue) = 186+0+189=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA00BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00BD is #45FF42. Grayscale: #4C4C4C. Windows color (decimal): -4587331 or 12386490. OLE color: 12386490.
HSL color Cylindrical-coordinate representation of color #BA00BD: hue angle of 299.05º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00BD is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 0 | 189 | - |
| CMYK | 0.02 | 1 | 0 | 0.26 |
| HSL | 299.05º | 1% | 0.37% | - |
| HSV(B) | 299.05º | 1% | 0.74% | - |
| XYZ | 29.44 | 14.11 | 49.32 | - |
| YUV | 77.16 | 191.12 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 189 | 0.02 | 1 | 0 | 0.26 | 299.05 | 1 | 0.37 |
| Hex | BA | 0 | BD | 2 | 64 | 0 | 1A | 12B | 64 | 25 |
| Octal | 272 | 0 | 275 | 2 | 144 | 0 | 32 | 453 | 144 | 45 |
| Binary | 10111010 | 0 | 10111101 | 10 | 1100100 | 0 | 11010 | 100101011 | 1100100 | 100101 |
Color Harmonies of #BA00BD
Complementary color
Monochromatic Colors of #BA00BD
Black with #BA00BD
Text Example
Text Example
White with #BA00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00BD; }
p { color: rgb(186,0,189); }
H1.HeaderClassName
{
color: #BA00BD;
}
.AnyTagClassName
{
color: #BA00BD;
}
</style>
background-color css
<style>
a { background-color: #BA00BD; }
a { background-color: rgb(186,0,189); }
div.DivClassName
{
background-color: #BA00BD;
}
.BgClassName
{
background-color: #BA00BD;
}
</style>
border-color css
<style>
span { border-color: #BA00BD; }
span { border-color: rgb(186,0,189); }
td.TdClassName
{
border-color: #BA00BD;
}
.TagClassName
{
border-color: #BA00BD;
}
</style>