Shades of Dark Orchid #BA2ED6
Tints of Dark Orchid #BA2ED6
RGB
CMYK
RGB Variations
Color information
#BA2ED6 (or 0xBA2ED6) is known color: Dark Orchid. HEX triplet: BA, 2E and D6. RGB value is (186,46,214). Sum of RGB (Red+Green+Blue) = 186+46+214=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA2ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ED6 is #45D129. Grayscale: #6A6A6A. Windows color (decimal): -4575530 or 14036666. OLE color: 14036666.
HSL color Cylindrical-coordinate representation of color #BA2ED6: hue angle of 290º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2ED6 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 46 | 214 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.16 |
| HSL | 290º | 0.67% | 0.51% | - |
| HSV(B) | 290º | 0.79% | 0.84% | - |
| XYZ | 33.36 | 17.25 | 65.19 | - |
| YUV | 107.01 | 188.38 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 214 | 0.13 | 0.79 | 0 | 0.16 | 290 | 0.67 | 0.51 |
| Hex | BA | 2E | D6 | D | 4F | 0 | 10 | 122 | 43 | 33 |
| Octal | 272 | 56 | 326 | 15 | 117 | 0 | 20 | 442 | 103 | 63 |
| Binary | 10111010 | 101110 | 11010110 | 1101 | 1001111 | 0 | 10000 | 100100010 | 1000011 | 110011 |
Color Harmonies of #BA2ED6
Complementary color
Monochromatic Colors of #BA2ED6
Black with #BA2ED6
Text Example
Text Example
White with #BA2ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2ED6; }
p { color: rgb(186,46,214); }
H1.HeaderClassName
{
color: #BA2ED6;
}
.AnyTagClassName
{
color: #BA2ED6;
}
</style>
background-color css
<style>
a { background-color: #BA2ED6; }
a { background-color: rgb(186,46,214); }
div.DivClassName
{
background-color: #BA2ED6;
}
.BgClassName
{
background-color: #BA2ED6;
}
</style>
border-color css
<style>
span { border-color: #BA2ED6; }
span { border-color: rgb(186,46,214); }
td.TdClassName
{
border-color: #BA2ED6;
}
.TagClassName
{
border-color: #BA2ED6;
}
</style>