Shades of Deep Magenta #BA23C6
Tints of Deep Magenta #BA23C6
RGB
CMYK
RGB Variations
Color information
#BA23C6 (or 0xBA23C6) is known color: Deep Magenta. HEX triplet: BA, 23 and C6. RGB value is (186,35,198). Sum of RGB (Red+Green+Blue) = 186+35+198=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA23C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA23C6 is #45DC39. Grayscale: #626262. Windows color (decimal): -4578362 or 12985274. OLE color: 12985274.
HSL color Cylindrical-coordinate representation of color #BA23C6: hue angle of 295.58º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA23C6 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 35 | 198 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.22 |
| HSL | 295.58º | 0.7% | 0.46% | - |
| HSV(B) | 295.58º | 0.82% | 0.78% | - |
| XYZ | 31.04 | 15.72 | 54.82 | - |
| YUV | 98.73 | 184.03 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 198 | 0.06 | 0.82 | 0 | 0.22 | 295.58 | 0.7 | 0.46 |
| Hex | BA | 23 | C6 | 6 | 52 | 0 | 16 | 128 | 46 | 2E |
| Octal | 272 | 43 | 306 | 6 | 122 | 0 | 26 | 450 | 106 | 56 |
| Binary | 10111010 | 100011 | 11000110 | 110 | 1010010 | 0 | 10110 | 100101000 | 1000110 | 101110 |
Color Harmonies of #BA23C6
Complementary color
Monochromatic Colors of #BA23C6
Black with #BA23C6
Text Example
Text Example
White with #BA23C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA23C6; }
p { color: rgb(186,35,198); }
H1.HeaderClassName
{
color: #BA23C6;
}
.AnyTagClassName
{
color: #BA23C6;
}
</style>
background-color css
<style>
a { background-color: #BA23C6; }
a { background-color: rgb(186,35,198); }
div.DivClassName
{
background-color: #BA23C6;
}
.BgClassName
{
background-color: #BA23C6;
}
</style>
border-color css
<style>
span { border-color: #BA23C6; }
span { border-color: rgb(186,35,198); }
td.TdClassName
{
border-color: #BA23C6;
}
.TagClassName
{
border-color: #BA23C6;
}
</style>