Shades of Dark Orchid #BA2EE1
Tints of Dark Orchid #BA2EE1
RGB
CMYK
RGB Variations
Color information
#BA2EE1 (or 0xBA2EE1) is known color: Dark Orchid. HEX triplet: BA, 2E and E1. RGB value is (186,46,225). Sum of RGB (Red+Green+Blue) = 186+46+225=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 46 (18.36% from 255 or 10.07% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA2EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EE1 is #45D11E. Grayscale: #6B6B6B. Windows color (decimal): -4575519 or 14757562. OLE color: 14757562.
HSL color Cylindrical-coordinate representation of color #BA2EE1: hue angle of 286.93º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2EE1 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 46 | 225 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.12 |
| HSL | 286.93º | 0.75% | 0.53% | - |
| HSV(B) | 286.93º | 0.8% | 0.88% | - |
| XYZ | 34.82 | 17.83 | 72.84 | - |
| YUV | 108.27 | 193.88 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 225 | 0.17 | 0.80 | 0 | 0.12 | 286.93 | 0.75 | 0.53 |
| Hex | BA | 2E | E1 | 11 | 50 | 0 | C | 11F | 4B | 35 |
| Octal | 272 | 56 | 341 | 21 | 120 | 0 | 14 | 437 | 113 | 65 |
| Binary | 10111010 | 101110 | 11100001 | 10001 | 1010000 | 0 | 1100 | 100011111 | 1001011 | 110101 |
Color Harmonies of #BA2EE1
Complementary color
Monochromatic Colors of #BA2EE1
Black with #BA2EE1
Text Example
Text Example
White with #BA2EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2EE1; }
p { color: rgb(186,46,225); }
H1.HeaderClassName
{
color: #BA2EE1;
}
.AnyTagClassName
{
color: #BA2EE1;
}
</style>
background-color css
<style>
a { background-color: #BA2EE1; }
a { background-color: rgb(186,46,225); }
div.DivClassName
{
background-color: #BA2EE1;
}
.BgClassName
{
background-color: #BA2EE1;
}
</style>
border-color css
<style>
span { border-color: #BA2EE1; }
span { border-color: rgb(186,46,225); }
td.TdClassName
{
border-color: #BA2EE1;
}
.TagClassName
{
border-color: #BA2EE1;
}
</style>