Shades of Dark Orchid #BA2CD8
Tints of Dark Orchid #BA2CD8
RGB
CMYK
RGB Variations
Color information
#BA2CD8 (or 0xBA2CD8) is known color: Dark Orchid. HEX triplet: BA, 2C and D8. RGB value is (186,44,216). Sum of RGB (Red+Green+Blue) = 186+44+216=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA2CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CD8 is #45D327. Grayscale: #696969. Windows color (decimal): -4576040 or 14167226. OLE color: 14167226.
HSL color Cylindrical-coordinate representation of color #BA2CD8: hue angle of 289.53º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2CD8 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 44 | 216 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.15 |
| HSL | 289.53º | 0.69% | 0.51% | - |
| HSV(B) | 289.53º | 0.8% | 0.85% | - |
| XYZ | 33.55 | 17.2 | 66.52 | - |
| YUV | 106.07 | 190.04 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 216 | 0.14 | 0.80 | 0 | 0.15 | 289.53 | 0.69 | 0.51 |
| Hex | BA | 2C | D8 | E | 50 | 0 | F | 122 | 45 | 33 |
| Octal | 272 | 54 | 330 | 16 | 120 | 0 | 17 | 442 | 105 | 63 |
| Binary | 10111010 | 101100 | 11011000 | 1110 | 1010000 | 0 | 1111 | 100100010 | 1000101 | 110011 |
Color Harmonies of #BA2CD8
Complementary color
Monochromatic Colors of #BA2CD8
Black with #BA2CD8
Text Example
Text Example
White with #BA2CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CD8; }
p { color: rgb(186,44,216); }
H1.HeaderClassName
{
color: #BA2CD8;
}
.AnyTagClassName
{
color: #BA2CD8;
}
</style>
background-color css
<style>
a { background-color: #BA2CD8; }
a { background-color: rgb(186,44,216); }
div.DivClassName
{
background-color: #BA2CD8;
}
.BgClassName
{
background-color: #BA2CD8;
}
</style>
border-color css
<style>
span { border-color: #BA2CD8; }
span { border-color: rgb(186,44,216); }
td.TdClassName
{
border-color: #BA2CD8;
}
.TagClassName
{
border-color: #BA2CD8;
}
</style>