Shades of Dark Orchid #BA2DE6
Tints of Dark Orchid #BA2DE6
RGB
CMYK
RGB Variations
Color information
#BA2DE6 (or 0xBA2DE6) is known color: Dark Orchid. HEX triplet: BA, 2D and E6. RGB value is (186,45,230). Sum of RGB (Red+Green+Blue) = 186+45+230=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA2DE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2DE6 is #45D219. Grayscale: #6B6B6B. Windows color (decimal): -4575770 or 15084986. OLE color: 15084986.
HSL color Cylindrical-coordinate representation of color #BA2DE6: hue angle of 285.73º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2DE6 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 45 | 230 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.10 |
| HSL | 285.73º | 0.79% | 0.54% | - |
| HSV(B) | 285.73º | 0.8% | 0.9% | - |
| XYZ | 35.47 | 18.03 | 76.47 | - |
| YUV | 108.25 | 196.71 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 230 | 0.19 | 0.80 | 0 | 0.10 | 285.73 | 0.79 | 0.54 |
| Hex | BA | 2D | E6 | 13 | 50 | 0 | A | 11E | 4F | 36 |
| Octal | 272 | 55 | 346 | 23 | 120 | 0 | 12 | 436 | 117 | 66 |
| Binary | 10111010 | 101101 | 11100110 | 10011 | 1010000 | 0 | 1010 | 100011110 | 1001111 | 110110 |
Color Harmonies of #BA2DE6
Complementary color
Monochromatic Colors of #BA2DE6
Black with #BA2DE6
Text Example
Text Example
White with #BA2DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DE6; }
p { color: rgb(186,45,230); }
H1.HeaderClassName
{
color: #BA2DE6;
}
.AnyTagClassName
{
color: #BA2DE6;
}
</style>
background-color css
<style>
a { background-color: #BA2DE6; }
a { background-color: rgb(186,45,230); }
div.DivClassName
{
background-color: #BA2DE6;
}
.BgClassName
{
background-color: #BA2DE6;
}
</style>
border-color css
<style>
span { border-color: #BA2DE6; }
span { border-color: rgb(186,45,230); }
td.TdClassName
{
border-color: #BA2DE6;
}
.TagClassName
{
border-color: #BA2DE6;
}
</style>