Shades of Dark Orchid #BA2AD8
Tints of Dark Orchid #BA2AD8
RGB
CMYK
RGB Variations
Color information
#BA2AD8 (or 0xBA2AD8) is known color: Dark Orchid. HEX triplet: BA, 2A and D8. RGB value is (186,42,216). Sum of RGB (Red+Green+Blue) = 186+42+216=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA2AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2AD8 is #45D527. Grayscale: #686868. Windows color (decimal): -4576552 or 14166714. OLE color: 14166714.
HSL color Cylindrical-coordinate representation of color #BA2AD8: hue angle of 289.66º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2AD8 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 42 | 216 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.15 |
| HSL | 289.66º | 0.69% | 0.51% | - |
| HSV(B) | 289.66º | 0.81% | 0.85% | - |
| XYZ | 33.47 | 17.05 | 66.49 | - |
| YUV | 104.89 | 190.71 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 216 | 0.14 | 0.81 | 0 | 0.15 | 289.66 | 0.69 | 0.51 |
| Hex | BA | 2A | D8 | E | 51 | 0 | F | 122 | 45 | 33 |
| Octal | 272 | 52 | 330 | 16 | 121 | 0 | 17 | 442 | 105 | 63 |
| Binary | 10111010 | 101010 | 11011000 | 1110 | 1010001 | 0 | 1111 | 100100010 | 1000101 | 110011 |
Color Harmonies of #BA2AD8
Complementary color
Monochromatic Colors of #BA2AD8
Black with #BA2AD8
Text Example
Text Example
White with #BA2AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2AD8; }
p { color: rgb(186,42,216); }
H1.HeaderClassName
{
color: #BA2AD8;
}
.AnyTagClassName
{
color: #BA2AD8;
}
</style>
background-color css
<style>
a { background-color: #BA2AD8; }
a { background-color: rgb(186,42,216); }
div.DivClassName
{
background-color: #BA2AD8;
}
.BgClassName
{
background-color: #BA2AD8;
}
</style>
border-color css
<style>
span { border-color: #BA2AD8; }
span { border-color: rgb(186,42,216); }
td.TdClassName
{
border-color: #BA2AD8;
}
.TagClassName
{
border-color: #BA2AD8;
}
</style>