Shades of Dark Orchid #BA2DEE
Tints of Dark Orchid #BA2DEE
RGB
CMYK
RGB Variations
Color information
#BA2DEE (or 0xBA2DEE) is known color: Dark Orchid. HEX triplet: BA, 2D and EE. RGB value is (186,45,238). Sum of RGB (Red+Green+Blue) = 186+45+238=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA2DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2DEE is #45D211. Grayscale: #6C6C6C. Windows color (decimal): -4575762 or 15609274. OLE color: 15609274.
HSL color Cylindrical-coordinate representation of color #BA2DEE: hue angle of 283.83º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2DEE is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 45 | 238 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.07 |
| HSL | 283.83º | 0.85% | 0.55% | - |
| HSV(B) | 283.83º | 0.81% | 0.93% | - |
| XYZ | 36.62 | 18.49 | 82.53 | - |
| YUV | 109.16 | 200.71 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 238 | 0.22 | 0.81 | 0 | 0.07 | 283.83 | 0.85 | 0.55 |
| Hex | BA | 2D | EE | 16 | 51 | 0 | 7 | 11C | 55 | 37 |
| Octal | 272 | 55 | 356 | 26 | 121 | 0 | 7 | 434 | 125 | 67 |
| Binary | 10111010 | 101101 | 11101110 | 10110 | 1010001 | 0 | 111 | 100011100 | 1010101 | 110111 |
Color Harmonies of #BA2DEE
Complementary color
Monochromatic Colors of #BA2DEE
Black with #BA2DEE
Text Example
Text Example
White with #BA2DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DEE; }
p { color: rgb(186,45,238); }
H1.HeaderClassName
{
color: #BA2DEE;
}
.AnyTagClassName
{
color: #BA2DEE;
}
</style>
background-color css
<style>
a { background-color: #BA2DEE; }
a { background-color: rgb(186,45,238); }
div.DivClassName
{
background-color: #BA2DEE;
}
.BgClassName
{
background-color: #BA2DEE;
}
</style>
border-color css
<style>
span { border-color: #BA2DEE; }
span { border-color: rgb(186,45,238); }
td.TdClassName
{
border-color: #BA2DEE;
}
.TagClassName
{
border-color: #BA2DEE;
}
</style>