Shades of Dark Orchid #BA2ADC
Tints of Dark Orchid #BA2ADC
RGB
CMYK
RGB Variations
Color information
#BA2ADC (or 0xBA2ADC) is known color: Dark Orchid. HEX triplet: BA, 2A and DC. RGB value is (186,42,220). Sum of RGB (Red+Green+Blue) = 186+42+220=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA2ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ADC is #45D523. Grayscale: #686868. Windows color (decimal): -4576548 or 14428858. OLE color: 14428858.
HSL color Cylindrical-coordinate representation of color #BA2ADC: hue angle of 288.54º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2ADC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 42 | 220 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.14 |
| HSL | 288.54º | 0.72% | 0.51% | - |
| HSV(B) | 288.54º | 0.81% | 0.86% | - |
| XYZ | 34 | 17.26 | 69.25 | - |
| YUV | 105.35 | 192.71 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 220 | 0.15 | 0.81 | 0 | 0.14 | 288.54 | 0.72 | 0.51 |
| Hex | BA | 2A | DC | F | 51 | 0 | E | 121 | 48 | 33 |
| Octal | 272 | 52 | 334 | 17 | 121 | 0 | 16 | 441 | 110 | 63 |
| Binary | 10111010 | 101010 | 11011100 | 1111 | 1010001 | 0 | 1110 | 100100001 | 1001000 | 110011 |
Color Harmonies of #BA2ADC
Complementary color
Monochromatic Colors of #BA2ADC
Black with #BA2ADC
Text Example
Text Example
White with #BA2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2ADC; }
p { color: rgb(186,42,220); }
H1.HeaderClassName
{
color: #BA2ADC;
}
.AnyTagClassName
{
color: #BA2ADC;
}
</style>
background-color css
<style>
a { background-color: #BA2ADC; }
a { background-color: rgb(186,42,220); }
div.DivClassName
{
background-color: #BA2ADC;
}
.BgClassName
{
background-color: #BA2ADC;
}
</style>
border-color css
<style>
span { border-color: #BA2ADC; }
span { border-color: rgb(186,42,220); }
td.TdClassName
{
border-color: #BA2ADC;
}
.TagClassName
{
border-color: #BA2ADC;
}
</style>