Shades of Dark Orchid #BA2EEB
Tints of Dark Orchid #BA2EEB
RGB
CMYK
RGB Variations
Color information
#BA2EEB (or 0xBA2EEB) is known color: Dark Orchid. HEX triplet: BA, 2E and EB. RGB value is (186,46,235). Sum of RGB (Red+Green+Blue) = 186+46+235=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA2EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2EEB is #45D114. Grayscale: #6C6C6C. Windows color (decimal): -4575509 or 15412922. OLE color: 15412922.
HSL color Cylindrical-coordinate representation of color #BA2EEB: hue angle of 284.44º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2EEB is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 46 | 235 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.08 |
| HSL | 284.44º | 0.83% | 0.55% | - |
| HSV(B) | 284.44º | 0.8% | 0.92% | - |
| XYZ | 36.22 | 18.39 | 80.24 | - |
| YUV | 109.41 | 198.88 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 235 | 0.21 | 0.80 | 0 | 0.08 | 284.44 | 0.83 | 0.55 |
| Hex | BA | 2E | EB | 15 | 50 | 0 | 8 | 11C | 53 | 37 |
| Octal | 272 | 56 | 353 | 25 | 120 | 0 | 10 | 434 | 123 | 67 |
| Binary | 10111010 | 101110 | 11101011 | 10101 | 1010000 | 0 | 1000 | 100011100 | 1010011 | 110111 |
Color Harmonies of #BA2EEB
Complementary color
Monochromatic Colors of #BA2EEB
Black with #BA2EEB
Text Example
Text Example
White with #BA2EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2EEB; }
p { color: rgb(186,46,235); }
H1.HeaderClassName
{
color: #BA2EEB;
}
.AnyTagClassName
{
color: #BA2EEB;
}
</style>
background-color css
<style>
a { background-color: #BA2EEB; }
a { background-color: rgb(186,46,235); }
div.DivClassName
{
background-color: #BA2EEB;
}
.BgClassName
{
background-color: #BA2EEB;
}
</style>
border-color css
<style>
span { border-color: #BA2EEB; }
span { border-color: rgb(186,46,235); }
td.TdClassName
{
border-color: #BA2EEB;
}
.TagClassName
{
border-color: #BA2EEB;
}
</style>