Shades of Dark Orchid #BA2ED9
Tints of Dark Orchid #BA2ED9
RGB
CMYK
RGB Variations
Color information
#BA2ED9 (or 0xBA2ED9) is known color: Dark Orchid. HEX triplet: BA, 2E and D9. RGB value is (186,46,217). Sum of RGB (Red+Green+Blue) = 186+46+217=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA2ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ED9 is #45D126. Grayscale: #6A6A6A. Windows color (decimal): -4575527 or 14233274. OLE color: 14233274.
HSL color Cylindrical-coordinate representation of color #BA2ED9: hue angle of 289.12º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2ED9 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 46 | 217 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.15 |
| HSL | 289.12º | 0.69% | 0.52% | - |
| HSV(B) | 289.12º | 0.79% | 0.85% | - |
| XYZ | 33.75 | 17.4 | 67.23 | - |
| YUV | 107.35 | 189.88 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 217 | 0.14 | 0.79 | 0 | 0.15 | 289.12 | 0.69 | 0.52 |
| Hex | BA | 2E | D9 | E | 4F | 0 | F | 121 | 45 | 34 |
| Octal | 272 | 56 | 331 | 16 | 117 | 0 | 17 | 441 | 105 | 64 |
| Binary | 10111010 | 101110 | 11011001 | 1110 | 1001111 | 0 | 1111 | 100100001 | 1000101 | 110100 |
Color Harmonies of #BA2ED9
Complementary color
Monochromatic Colors of #BA2ED9
Black with #BA2ED9
Text Example
Text Example
White with #BA2ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2ED9; }
p { color: rgb(186,46,217); }
H1.HeaderClassName
{
color: #BA2ED9;
}
.AnyTagClassName
{
color: #BA2ED9;
}
</style>
background-color css
<style>
a { background-color: #BA2ED9; }
a { background-color: rgb(186,46,217); }
div.DivClassName
{
background-color: #BA2ED9;
}
.BgClassName
{
background-color: #BA2ED9;
}
</style>
border-color css
<style>
span { border-color: #BA2ED9; }
span { border-color: rgb(186,46,217); }
td.TdClassName
{
border-color: #BA2ED9;
}
.TagClassName
{
border-color: #BA2ED9;
}
</style>