Shades of Dark Orchid #BA2CEC
Tints of Dark Orchid #BA2CEC
RGB
CMYK
RGB Variations
Color information
#BA2CEC (or 0xBA2CEC) is known color: Dark Orchid. HEX triplet: BA, 2C and EC. RGB value is (186,44,236). Sum of RGB (Red+Green+Blue) = 186+44+236=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA2CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2CEC is #45D313. Grayscale: #6B6B6B. Windows color (decimal): -4576020 or 15477946. OLE color: 15477946.
HSL color Cylindrical-coordinate representation of color #BA2CEC: hue angle of 284.38º degrees, saturation: 0.83, 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 #BA2CEC is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 44 | 236 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.07 |
| HSL | 284.38º | 0.83% | 0.55% | - |
| HSV(B) | 284.38º | 0.81% | 0.93% | - |
| XYZ | 36.29 | 18.3 | 80.98 | - |
| YUV | 108.35 | 200.04 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 236 | 0.21 | 0.81 | 0 | 0.07 | 284.38 | 0.83 | 0.55 |
| Hex | BA | 2C | EC | 15 | 51 | 0 | 7 | 11C | 53 | 37 |
| Octal | 272 | 54 | 354 | 25 | 121 | 0 | 7 | 434 | 123 | 67 |
| Binary | 10111010 | 101100 | 11101100 | 10101 | 1010001 | 0 | 111 | 100011100 | 1010011 | 110111 |
Color Harmonies of #BA2CEC
Complementary color
Monochromatic Colors of #BA2CEC
Black with #BA2CEC
Text Example
Text Example
White with #BA2CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CEC; }
p { color: rgb(186,44,236); }
H1.HeaderClassName
{
color: #BA2CEC;
}
.AnyTagClassName
{
color: #BA2CEC;
}
</style>
background-color css
<style>
a { background-color: #BA2CEC; }
a { background-color: rgb(186,44,236); }
div.DivClassName
{
background-color: #BA2CEC;
}
.BgClassName
{
background-color: #BA2CEC;
}
</style>
border-color css
<style>
span { border-color: #BA2CEC; }
span { border-color: rgb(186,44,236); }
td.TdClassName
{
border-color: #BA2CEC;
}
.TagClassName
{
border-color: #BA2CEC;
}
</style>