Shades of Dark Orchid #BA2DD9
Tints of Dark Orchid #BA2DD9
RGB
CMYK
RGB Variations
Color information
#BA2DD9 (or 0xBA2DD9) is known color: Dark Orchid. HEX triplet: BA, 2D and D9. RGB value is (186,45,217). Sum of RGB (Red+Green+Blue) = 186+45+217=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA2DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DD9 is #45D226. Grayscale: #6A6A6A. Windows color (decimal): -4575783 or 14233018. OLE color: 14233018.
HSL color Cylindrical-coordinate representation of color #BA2DD9: hue angle of 289.19º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2DD9 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 45 | 217 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.15 |
| HSL | 289.19º | 0.69% | 0.51% | - |
| HSV(B) | 289.19º | 0.79% | 0.85% | - |
| XYZ | 33.71 | 17.33 | 67.21 | - |
| YUV | 106.77 | 190.21 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 217 | 0.14 | 0.79 | 0 | 0.15 | 289.19 | 0.69 | 0.51 |
| Hex | BA | 2D | D9 | E | 4F | 0 | F | 121 | 45 | 33 |
| Octal | 272 | 55 | 331 | 16 | 117 | 0 | 17 | 441 | 105 | 63 |
| Binary | 10111010 | 101101 | 11011001 | 1110 | 1001111 | 0 | 1111 | 100100001 | 1000101 | 110011 |
Color Harmonies of #BA2DD9
Complementary color
Monochromatic Colors of #BA2DD9
Black with #BA2DD9
Text Example
Text Example
White with #BA2DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DD9; }
p { color: rgb(186,45,217); }
H1.HeaderClassName
{
color: #BA2DD9;
}
.AnyTagClassName
{
color: #BA2DD9;
}
</style>
background-color css
<style>
a { background-color: #BA2DD9; }
a { background-color: rgb(186,45,217); }
div.DivClassName
{
background-color: #BA2DD9;
}
.BgClassName
{
background-color: #BA2DD9;
}
</style>
border-color css
<style>
span { border-color: #BA2DD9; }
span { border-color: rgb(186,45,217); }
td.TdClassName
{
border-color: #BA2DD9;
}
.TagClassName
{
border-color: #BA2DD9;
}
</style>