Shades of Dark Orchid #BA28DD
Tints of Dark Orchid #BA28DD
RGB
CMYK
RGB Variations
Color information
#BA28DD (or 0xBA28DD) is known color: Dark Orchid. HEX triplet: BA, 28 and DD. RGB value is (186,40,221). Sum of RGB (Red+Green+Blue) = 186+40+221=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA28DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28DD is #45D722. Grayscale: #676767. Windows color (decimal): -4577059 or 14493882. OLE color: 14493882.
HSL color Cylindrical-coordinate representation of color #BA28DD: hue angle of 288.4º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA28DD is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 40 | 221 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.13 |
| HSL | 288.4º | 0.73% | 0.51% | - |
| HSV(B) | 288.4º | 0.82% | 0.87% | - |
| XYZ | 34.06 | 17.18 | 69.93 | - |
| YUV | 104.29 | 193.87 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 221 | 0.16 | 0.82 | 0 | 0.13 | 288.4 | 0.73 | 0.51 |
| Hex | BA | 28 | DD | 10 | 52 | 0 | D | 120 | 49 | 33 |
| Octal | 272 | 50 | 335 | 20 | 122 | 0 | 15 | 440 | 111 | 63 |
| Binary | 10111010 | 101000 | 11011101 | 10000 | 1010010 | 0 | 1101 | 100100000 | 1001001 | 110011 |
Color Harmonies of #BA28DD
Complementary color
Monochromatic Colors of #BA28DD
Black with #BA28DD
Text Example
Text Example
White with #BA28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28DD; }
p { color: rgb(186,40,221); }
H1.HeaderClassName
{
color: #BA28DD;
}
.AnyTagClassName
{
color: #BA28DD;
}
</style>
background-color css
<style>
a { background-color: #BA28DD; }
a { background-color: rgb(186,40,221); }
div.DivClassName
{
background-color: #BA28DD;
}
.BgClassName
{
background-color: #BA28DD;
}
</style>
border-color css
<style>
span { border-color: #BA28DD; }
span { border-color: rgb(186,40,221); }
td.TdClassName
{
border-color: #BA28DD;
}
.TagClassName
{
border-color: #BA28DD;
}
</style>