Shades of Deep Magenta #BA00B2
Tints of Deep Magenta #BA00B2
RGB
CMYK
RGB Variations
Color information
#BA00B2 (or 0xBA00B2) is known color: Deep Magenta. HEX triplet: BA, 00 and B2. RGB value is (186,0,178). Sum of RGB (Red+Green+Blue) = 186+0+178=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA00B2 is #45FF4D. Grayscale: #4B4B4B. Windows color (decimal): -4587342 or 11665594. OLE color: 11665594.
HSL color Cylindrical-coordinate representation of color #BA00B2: hue angle of 302.58º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00B2 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 178 | - |
| CMYK | 0 | 1 | 0.04 | 0.27 |
| HSL | 302.58º | 1% | 0.36% | - |
| HSV(B) | 302.58º | 1% | 0.73% | - |
| XYZ | 28.29 | 13.65 | 43.26 | - |
| YUV | 75.91 | 185.62 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 178 | 0 | 1 | 0.04 | 0.27 | 302.58 | 1 | 0.36 |
| Hex | BA | 0 | B2 | 0 | 64 | 4 | 1B | 12F | 64 | 24 |
| Octal | 272 | 0 | 262 | 0 | 144 | 4 | 33 | 457 | 144 | 44 |
| Binary | 10111010 | 0 | 10110010 | 0 | 1100100 | 100 | 11011 | 100101111 | 1100100 | 100100 |
Color Harmonies of #BA00B2
Complementary color
Monochromatic Colors of #BA00B2
Black with #BA00B2
Text Example
Text Example
White with #BA00B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00B2; }
p { color: rgb(186,0,178); }
H1.HeaderClassName
{
color: #BA00B2;
}
.AnyTagClassName
{
color: #BA00B2;
}
</style>
background-color css
<style>
a { background-color: #BA00B2; }
a { background-color: rgb(186,0,178); }
div.DivClassName
{
background-color: #BA00B2;
}
.BgClassName
{
background-color: #BA00B2;
}
</style>
border-color css
<style>
span { border-color: #BA00B2; }
span { border-color: rgb(186,0,178); }
td.TdClassName
{
border-color: #BA00B2;
}
.TagClassName
{
border-color: #BA00B2;
}
</style>