Shades of Dark Orchid #BA2ACE
Tints of Dark Orchid #BA2ACE
RGB
CMYK
RGB Variations
Color information
#BA2ACE (or 0xBA2ACE) is known color: Dark Orchid. HEX triplet: BA, 2A and CE. RGB value is (186,42,206). Sum of RGB (Red+Green+Blue) = 186+42+206=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA2ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ACE is #45D531. Grayscale: #676767. Windows color (decimal): -4576562 or 13511354. OLE color: 13511354.
HSL color Cylindrical-coordinate representation of color #BA2ACE: hue angle of 292.68º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2ACE is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 42 | 206 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.19 |
| HSL | 292.68º | 0.66% | 0.49% | - |
| HSV(B) | 292.68º | 0.8% | 0.81% | - |
| XYZ | 32.22 | 16.55 | 59.89 | - |
| YUV | 103.75 | 185.71 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 206 | 0.10 | 0.80 | 0 | 0.19 | 292.68 | 0.66 | 0.49 |
| Hex | BA | 2A | CE | A | 50 | 0 | 13 | 125 | 42 | 31 |
| Octal | 272 | 52 | 316 | 12 | 120 | 0 | 23 | 445 | 102 | 61 |
| Binary | 10111010 | 101010 | 11001110 | 1010 | 1010000 | 0 | 10011 | 100100101 | 1000010 | 110001 |
Color Harmonies of #BA2ACE
Complementary color
Monochromatic Colors of #BA2ACE
Black with #BA2ACE
Text Example
Text Example
White with #BA2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2ACE; }
p { color: rgb(186,42,206); }
H1.HeaderClassName
{
color: #BA2ACE;
}
.AnyTagClassName
{
color: #BA2ACE;
}
</style>
background-color css
<style>
a { background-color: #BA2ACE; }
a { background-color: rgb(186,42,206); }
div.DivClassName
{
background-color: #BA2ACE;
}
.BgClassName
{
background-color: #BA2ACE;
}
</style>
border-color css
<style>
span { border-color: #BA2ACE; }
span { border-color: rgb(186,42,206); }
td.TdClassName
{
border-color: #BA2ACE;
}
.TagClassName
{
border-color: #BA2ACE;
}
</style>