Shades of Deep Magenta #BA08BE
Tints of Deep Magenta #BA08BE
RGB
CMYK
RGB Variations
Color information
#BA08BE (or 0xBA08BE) is known color: Deep Magenta. HEX triplet: BA, 08 and BE. RGB value is (186,8,190). Sum of RGB (Red+Green+Blue) = 186+8+190=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA08BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08BE is #45F741. Grayscale: #515151. Windows color (decimal): -4585282 or 12454074. OLE color: 12454074.
HSL color Cylindrical-coordinate representation of color #BA08BE: hue angle of 298.68º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08BE is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 8 | 190 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.25 |
| HSL | 298.68º | 0.92% | 0.39% | - |
| HSV(B) | 298.68º | 0.96% | 0.75% | - |
| XYZ | 29.63 | 14.33 | 49.92 | - |
| YUV | 81.97 | 188.97 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 190 | 0.02 | 0.96 | 0 | 0.25 | 298.68 | 0.92 | 0.39 |
| Hex | BA | 8 | BE | 2 | 60 | 0 | 19 | 12B | 5C | 27 |
| Octal | 272 | 10 | 276 | 2 | 140 | 0 | 31 | 453 | 134 | 47 |
| Binary | 10111010 | 1000 | 10111110 | 10 | 1100000 | 0 | 11001 | 100101011 | 1011100 | 100111 |
Color Harmonies of #BA08BE
Complementary color
Monochromatic Colors of #BA08BE
Black with #BA08BE
Text Example
Text Example
White with #BA08BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA08BE; }
p { color: rgb(186,8,190); }
H1.HeaderClassName
{
color: #BA08BE;
}
.AnyTagClassName
{
color: #BA08BE;
}
</style>
background-color css
<style>
a { background-color: #BA08BE; }
a { background-color: rgb(186,8,190); }
div.DivClassName
{
background-color: #BA08BE;
}
.BgClassName
{
background-color: #BA08BE;
}
</style>
border-color css
<style>
span { border-color: #BA08BE; }
span { border-color: rgb(186,8,190); }
td.TdClassName
{
border-color: #BA08BE;
}
.TagClassName
{
border-color: #BA08BE;
}
</style>