Shades of Dark Orchid #BA2CD6
Tints of Dark Orchid #BA2CD6
RGB
CMYK
RGB Variations
Color information
#BA2CD6 (or 0xBA2CD6) is known color: Dark Orchid. HEX triplet: BA, 2C and D6. RGB value is (186,44,214). Sum of RGB (Red+Green+Blue) = 186+44+214=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA2CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CD6 is #45D329. Grayscale: #696969. Windows color (decimal): -4576042 or 14036154. OLE color: 14036154.
HSL color Cylindrical-coordinate representation of color #BA2CD6: hue angle of 290.12º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2CD6 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 44 | 214 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.16 |
| HSL | 290.12º | 0.67% | 0.51% | - |
| HSV(B) | 290.12º | 0.79% | 0.84% | - |
| XYZ | 33.29 | 17.1 | 65.16 | - |
| YUV | 105.84 | 189.04 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 214 | 0.13 | 0.79 | 0 | 0.16 | 290.12 | 0.67 | 0.51 |
| Hex | BA | 2C | D6 | D | 4F | 0 | 10 | 122 | 43 | 33 |
| Octal | 272 | 54 | 326 | 15 | 117 | 0 | 20 | 442 | 103 | 63 |
| Binary | 10111010 | 101100 | 11010110 | 1101 | 1001111 | 0 | 10000 | 100100010 | 1000011 | 110011 |
Color Harmonies of #BA2CD6
Complementary color
Monochromatic Colors of #BA2CD6
Black with #BA2CD6
Text Example
Text Example
White with #BA2CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CD6; }
p { color: rgb(186,44,214); }
H1.HeaderClassName
{
color: #BA2CD6;
}
.AnyTagClassName
{
color: #BA2CD6;
}
</style>
background-color css
<style>
a { background-color: #BA2CD6; }
a { background-color: rgb(186,44,214); }
div.DivClassName
{
background-color: #BA2CD6;
}
.BgClassName
{
background-color: #BA2CD6;
}
</style>
border-color css
<style>
span { border-color: #BA2CD6; }
span { border-color: rgb(186,44,214); }
td.TdClassName
{
border-color: #BA2CD6;
}
.TagClassName
{
border-color: #BA2CD6;
}
</style>