Shades of Dark Orchid #BA2ACC
Tints of Dark Orchid #BA2ACC
RGB
CMYK
RGB Variations
Color information
#BA2ACC (or 0xBA2ACC) is known color: Dark Orchid. HEX triplet: BA, 2A and CC. RGB value is (186,42,204). Sum of RGB (Red+Green+Blue) = 186+42+204=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA2ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ACC is #45D533. Grayscale: #676767. Windows color (decimal): -4576564 or 13380282. OLE color: 13380282.
HSL color Cylindrical-coordinate representation of color #BA2ACC: hue angle of 293.33º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2ACC is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 42 | 204 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.2 |
| HSL | 293.33º | 0.66% | 0.48% | - |
| HSV(B) | 293.33º | 0.79% | 0.8% | - |
| XYZ | 31.98 | 16.45 | 58.62 | - |
| YUV | 103.52 | 184.71 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 204 | 0.09 | 0.79 | 0 | 0.2 | 293.33 | 0.66 | 0.48 |
| Hex | BA | 2A | CC | 9 | 4F | 0 | 14 | 125 | 42 | 30 |
| Octal | 272 | 52 | 314 | 11 | 117 | 0 | 24 | 445 | 102 | 60 |
| Binary | 10111010 | 101010 | 11001100 | 1001 | 1001111 | 0 | 10100 | 100100101 | 1000010 | 110000 |
Color Harmonies of #BA2ACC
Complementary color
Monochromatic Colors of #BA2ACC
Black with #BA2ACC
Text Example
Text Example
White with #BA2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2ACC; }
p { color: rgb(186,42,204); }
H1.HeaderClassName
{
color: #BA2ACC;
}
.AnyTagClassName
{
color: #BA2ACC;
}
</style>
background-color css
<style>
a { background-color: #BA2ACC; }
a { background-color: rgb(186,42,204); }
div.DivClassName
{
background-color: #BA2ACC;
}
.BgClassName
{
background-color: #BA2ACC;
}
</style>
border-color css
<style>
span { border-color: #BA2ACC; }
span { border-color: rgb(186,42,204); }
td.TdClassName
{
border-color: #BA2ACC;
}
.TagClassName
{
border-color: #BA2ACC;
}
</style>