Shades of Dark Orchid #BA21D9
Tints of Dark Orchid #BA21D9
RGB
CMYK
RGB Variations
Color information
#BA21D9 (or 0xBA21D9) is known color: Dark Orchid. HEX triplet: BA, 21 and D9. RGB value is (186,33,217). Sum of RGB (Red+Green+Blue) = 186+33+217=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 217 (85.16% from 255 or 49.77% from 436); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA21D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21D9 is #45DE26. Grayscale: #636363. Windows color (decimal): -4578855 or 14229946. OLE color: 14229946.
HSL color Cylindrical-coordinate representation of color #BA21D9: hue angle of 289.89º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA21D9 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 33 | 217 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.15 |
| HSL | 289.89º | 0.74% | 0.49% | - |
| HSV(B) | 289.89º | 0.85% | 0.85% | - |
| XYZ | 33.32 | 16.54 | 67.08 | - |
| YUV | 99.72 | 194.19 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 217 | 0.14 | 0.85 | 0 | 0.15 | 289.89 | 0.74 | 0.49 |
| Hex | BA | 21 | D9 | E | 55 | 0 | F | 122 | 4A | 31 |
| Octal | 272 | 41 | 331 | 16 | 125 | 0 | 17 | 442 | 112 | 61 |
| Binary | 10111010 | 100001 | 11011001 | 1110 | 1010101 | 0 | 1111 | 100100010 | 1001010 | 110001 |
Color Harmonies of #BA21D9
Complementary color
Monochromatic Colors of #BA21D9
Black with #BA21D9
Text Example
Text Example
White with #BA21D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21D9; }
p { color: rgb(186,33,217); }
H1.HeaderClassName
{
color: #BA21D9;
}
.AnyTagClassName
{
color: #BA21D9;
}
</style>
background-color css
<style>
a { background-color: #BA21D9; }
a { background-color: rgb(186,33,217); }
div.DivClassName
{
background-color: #BA21D9;
}
.BgClassName
{
background-color: #BA21D9;
}
</style>
border-color css
<style>
span { border-color: #BA21D9; }
span { border-color: rgb(186,33,217); }
td.TdClassName
{
border-color: #BA21D9;
}
.TagClassName
{
border-color: #BA21D9;
}
</style>