Shades of Dark Orchid #BA28DC
Tints of Dark Orchid #BA28DC
RGB
CMYK
RGB Variations
Color information
#BA28DC (or 0xBA28DC) is known color: Dark Orchid. HEX triplet: BA, 28 and DC. RGB value is (186,40,220). Sum of RGB (Red+Green+Blue) = 186+40+220=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA28DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28DC is #45D723. Grayscale: #676767. Windows color (decimal): -4577060 or 14428346. OLE color: 14428346.
HSL color Cylindrical-coordinate representation of color #BA28DC: hue angle of 288.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA28DC is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 40 | 220 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.14 |
| HSL | 288.67º | 0.72% | 0.51% | - |
| HSV(B) | 288.67º | 0.82% | 0.86% | - |
| XYZ | 33.93 | 17.12 | 69.23 | - |
| YUV | 104.17 | 193.37 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 220 | 0.15 | 0.82 | 0 | 0.14 | 288.67 | 0.72 | 0.51 |
| Hex | BA | 28 | DC | F | 52 | 0 | E | 121 | 48 | 33 |
| Octal | 272 | 50 | 334 | 17 | 122 | 0 | 16 | 441 | 110 | 63 |
| Binary | 10111010 | 101000 | 11011100 | 1111 | 1010010 | 0 | 1110 | 100100001 | 1001000 | 110011 |
Color Harmonies of #BA28DC
Complementary color
Monochromatic Colors of #BA28DC
Black with #BA28DC
Text Example
Text Example
White with #BA28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28DC; }
p { color: rgb(186,40,220); }
H1.HeaderClassName
{
color: #BA28DC;
}
.AnyTagClassName
{
color: #BA28DC;
}
</style>
background-color css
<style>
a { background-color: #BA28DC; }
a { background-color: rgb(186,40,220); }
div.DivClassName
{
background-color: #BA28DC;
}
.BgClassName
{
background-color: #BA28DC;
}
</style>
border-color css
<style>
span { border-color: #BA28DC; }
span { border-color: rgb(186,40,220); }
td.TdClassName
{
border-color: #BA28DC;
}
.TagClassName
{
border-color: #BA28DC;
}
</style>