Shades of Deep Magenta #BA0BCB
Tints of Deep Magenta #BA0BCB
RGB
CMYK
RGB Variations
Color information
#BA0BCB (or 0xBA0BCB) is known color: Deep Magenta. HEX triplet: BA, 0B and CB. RGB value is (186,11,203). Sum of RGB (Red+Green+Blue) = 186+11+203=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA0BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BCB is #45F434. Grayscale: #545454. Windows color (decimal): -4584501 or 13306810. OLE color: 13306810.
HSL color Cylindrical-coordinate representation of color #BA0BCB: hue angle of 294.69º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0BCB is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 11 | 203 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.20 |
| HSL | 294.69º | 0.9% | 0.42% | - |
| HSV(B) | 294.69º | 0.95% | 0.8% | - |
| XYZ | 31.15 | 14.99 | 57.75 | - |
| YUV | 85.21 | 194.48 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 203 | 0.08 | 0.95 | 0 | 0.20 | 294.69 | 0.9 | 0.42 |
| Hex | BA | B | CB | 8 | 5F | 0 | 14 | 127 | 5A | 2A |
| Octal | 272 | 13 | 313 | 10 | 137 | 0 | 24 | 447 | 132 | 52 |
| Binary | 10111010 | 1011 | 11001011 | 1000 | 1011111 | 0 | 10100 | 100100111 | 1011010 | 101010 |
Color Harmonies of #BA0BCB
Complementary color
Monochromatic Colors of #BA0BCB
Black with #BA0BCB
Text Example
Text Example
White with #BA0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BCB; }
p { color: rgb(186,11,203); }
H1.HeaderClassName
{
color: #BA0BCB;
}
.AnyTagClassName
{
color: #BA0BCB;
}
</style>
background-color css
<style>
a { background-color: #BA0BCB; }
a { background-color: rgb(186,11,203); }
div.DivClassName
{
background-color: #BA0BCB;
}
.BgClassName
{
background-color: #BA0BCB;
}
</style>
border-color css
<style>
span { border-color: #BA0BCB; }
span { border-color: rgb(186,11,203); }
td.TdClassName
{
border-color: #BA0BCB;
}
.TagClassName
{
border-color: #BA0BCB;
}
</style>