Shades of Dark Orchid #BA21DF
Tints of Dark Orchid #BA21DF
RGB
CMYK
RGB Variations
Color information
#BA21DF (or 0xBA21DF) is known color: Dark Orchid. HEX triplet: BA, 21 and DF. RGB value is (186,33,223). Sum of RGB (Red+Green+Blue) = 186+33+223=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 33 (13.28% from 255 or 7.47% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA21DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21DF is #45DE20. Grayscale: #636363. Windows color (decimal): -4578849 or 14623162. OLE color: 14623162.
HSL color Cylindrical-coordinate representation of color #BA21DF: hue angle of 288.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA21DF is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 33 | 223 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.13 |
| HSL | 288.32º | 0.75% | 0.5% | - |
| HSV(B) | 288.32º | 0.85% | 0.87% | - |
| XYZ | 34.11 | 16.85 | 71.27 | - |
| YUV | 100.41 | 197.19 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 223 | 0.17 | 0.85 | 0 | 0.13 | 288.32 | 0.75 | 0.5 |
| Hex | BA | 21 | DF | 11 | 55 | 0 | D | 120 | 4B | 32 |
| Octal | 272 | 41 | 337 | 21 | 125 | 0 | 15 | 440 | 113 | 62 |
| Binary | 10111010 | 100001 | 11011111 | 10001 | 1010101 | 0 | 1101 | 100100000 | 1001011 | 110010 |
Color Harmonies of #BA21DF
Complementary color
Monochromatic Colors of #BA21DF
Black with #BA21DF
Text Example
Text Example
White with #BA21DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21DF; }
p { color: rgb(186,33,223); }
H1.HeaderClassName
{
color: #BA21DF;
}
.AnyTagClassName
{
color: #BA21DF;
}
</style>
background-color css
<style>
a { background-color: #BA21DF; }
a { background-color: rgb(186,33,223); }
div.DivClassName
{
background-color: #BA21DF;
}
.BgClassName
{
background-color: #BA21DF;
}
</style>
border-color css
<style>
span { border-color: #BA21DF; }
span { border-color: rgb(186,33,223); }
td.TdClassName
{
border-color: #BA21DF;
}
.TagClassName
{
border-color: #BA21DF;
}
</style>