Shades of Dark Orchid #BA21E0
Tints of Dark Orchid #BA21E0
RGB
CMYK
RGB Variations
Color information
#BA21E0 (or 0xBA21E0) is known color: Dark Orchid. HEX triplet: BA, 21 and E0. RGB value is (186,33,224). Sum of RGB (Red+Green+Blue) = 186+33+224=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA21E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21E0 is #45DE1F. Grayscale: #636363. Windows color (decimal): -4578848 or 14688698. OLE color: 14688698.
HSL color Cylindrical-coordinate representation of color #BA21E0: hue angle of 288.06º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA21E0 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 33 | 224 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.12 |
| HSL | 288.06º | 0.75% | 0.5% | - |
| HSV(B) | 288.06º | 0.85% | 0.88% | - |
| XYZ | 34.25 | 16.91 | 71.98 | - |
| YUV | 100.52 | 197.69 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 224 | 0.17 | 0.85 | 0 | 0.12 | 288.06 | 0.75 | 0.5 |
| Hex | BA | 21 | E0 | 11 | 55 | 0 | C | 120 | 4B | 32 |
| Octal | 272 | 41 | 340 | 21 | 125 | 0 | 14 | 440 | 113 | 62 |
| Binary | 10111010 | 100001 | 11100000 | 10001 | 1010101 | 0 | 1100 | 100100000 | 1001011 | 110010 |
Color Harmonies of #BA21E0
Complementary color
Monochromatic Colors of #BA21E0
Black with #BA21E0
Text Example
Text Example
White with #BA21E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21E0; }
p { color: rgb(186,33,224); }
H1.HeaderClassName
{
color: #BA21E0;
}
.AnyTagClassName
{
color: #BA21E0;
}
</style>
background-color css
<style>
a { background-color: #BA21E0; }
a { background-color: rgb(186,33,224); }
div.DivClassName
{
background-color: #BA21E0;
}
.BgClassName
{
background-color: #BA21E0;
}
</style>
border-color css
<style>
span { border-color: #BA21E0; }
span { border-color: rgb(186,33,224); }
td.TdClassName
{
border-color: #BA21E0;
}
.TagClassName
{
border-color: #BA21E0;
}
</style>