Shades of Deep Magenta #BA23B0
Tints of Deep Magenta #BA23B0
RGB
CMYK
RGB Variations
Color information
#BA23B0 (or 0xBA23B0) is known color: Deep Magenta. HEX triplet: BA, 23 and B0. RGB value is (186,35,176). Sum of RGB (Red+Green+Blue) = 186+35+176=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA23B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA23B0 is #45DC4F. Grayscale: #5F5F5F. Windows color (decimal): -4578384 or 11543482. OLE color: 11543482.
HSL color Cylindrical-coordinate representation of color #BA23B0: hue angle of 303.97º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA23B0 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 176 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.27 |
| HSL | 303.97º | 0.68% | 0.43% | - |
| HSV(B) | 303.97º | 0.81% | 0.73% | - |
| XYZ | 28.69 | 14.78 | 42.41 | - |
| YUV | 96.22 | 173.03 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 176 | 0 | 0.81 | 0.05 | 0.27 | 303.97 | 0.68 | 0.43 |
| Hex | BA | 23 | B0 | 0 | 51 | 5 | 1B | 130 | 44 | 2B |
| Octal | 272 | 43 | 260 | 0 | 121 | 5 | 33 | 460 | 104 | 53 |
| Binary | 10111010 | 100011 | 10110000 | 0 | 1010001 | 101 | 11011 | 100110000 | 1000100 | 101011 |
Color Harmonies of #BA23B0
Complementary color
Monochromatic Colors of #BA23B0
Black with #BA23B0
Text Example
Text Example
White with #BA23B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA23B0; }
p { color: rgb(186,35,176); }
H1.HeaderClassName
{
color: #BA23B0;
}
.AnyTagClassName
{
color: #BA23B0;
}
</style>
background-color css
<style>
a { background-color: #BA23B0; }
a { background-color: rgb(186,35,176); }
div.DivClassName
{
background-color: #BA23B0;
}
.BgClassName
{
background-color: #BA23B0;
}
</style>
border-color css
<style>
span { border-color: #BA23B0; }
span { border-color: rgb(186,35,176); }
td.TdClassName
{
border-color: #BA23B0;
}
.TagClassName
{
border-color: #BA23B0;
}
</style>