Shades of Dark Orchid #BA2CED
Tints of Dark Orchid #BA2CED
RGB
CMYK
RGB Variations
Color information
#BA2CED (or 0xBA2CED) is known color: Dark Orchid. HEX triplet: BA, 2C and ED. RGB value is (186,44,237). Sum of RGB (Red+Green+Blue) = 186+44+237=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA2CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2CED is #45D312. Grayscale: #6B6B6B. Windows color (decimal): -4576019 or 15543482. OLE color: 15543482.
HSL color Cylindrical-coordinate representation of color #BA2CED: hue angle of 284.15º degrees, saturation: 0.84, 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 #BA2CED is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 44 | 237 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.07 |
| HSL | 284.15º | 0.84% | 0.55% | - |
| HSV(B) | 284.15º | 0.81% | 0.93% | - |
| XYZ | 36.44 | 18.35 | 81.74 | - |
| YUV | 108.46 | 200.54 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 237 | 0.22 | 0.81 | 0 | 0.07 | 284.15 | 0.84 | 0.55 |
| Hex | BA | 2C | ED | 16 | 51 | 0 | 7 | 11C | 54 | 37 |
| Octal | 272 | 54 | 355 | 26 | 121 | 0 | 7 | 434 | 124 | 67 |
| Binary | 10111010 | 101100 | 11101101 | 10110 | 1010001 | 0 | 111 | 100011100 | 1010100 | 110111 |
Color Harmonies of #BA2CED
Complementary color
Monochromatic Colors of #BA2CED
Black with #BA2CED
Text Example
Text Example
White with #BA2CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CED; }
p { color: rgb(186,44,237); }
H1.HeaderClassName
{
color: #BA2CED;
}
.AnyTagClassName
{
color: #BA2CED;
}
</style>
background-color css
<style>
a { background-color: #BA2CED; }
a { background-color: rgb(186,44,237); }
div.DivClassName
{
background-color: #BA2CED;
}
.BgClassName
{
background-color: #BA2CED;
}
</style>
border-color css
<style>
span { border-color: #BA2CED; }
span { border-color: rgb(186,44,237); }
td.TdClassName
{
border-color: #BA2CED;
}
.TagClassName
{
border-color: #BA2CED;
}
</style>