Shades of Dark Orchid #BA2BEC
Tints of Dark Orchid #BA2BEC
RGB
CMYK
RGB Variations
Color information
#BA2BEC (or 0xBA2BEC) is known color: Dark Orchid. HEX triplet: BA, 2B and EC. RGB value is (186,43,236). Sum of RGB (Red+Green+Blue) = 186+43+236=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA2BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2BEC is #45D413. Grayscale: #6B6B6B. Windows color (decimal): -4576276 or 15477690. OLE color: 15477690.
HSL color Cylindrical-coordinate representation of color #BA2BEC: hue angle of 284.46º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2BEC is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 43 | 236 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.07 |
| HSL | 284.46º | 0.84% | 0.55% | - |
| HSV(B) | 284.46º | 0.82% | 0.93% | - |
| XYZ | 36.25 | 18.22 | 80.96 | - |
| YUV | 107.76 | 200.38 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 236 | 0.21 | 0.82 | 0 | 0.07 | 284.46 | 0.84 | 0.55 |
| Hex | BA | 2B | EC | 15 | 52 | 0 | 7 | 11C | 54 | 37 |
| Octal | 272 | 53 | 354 | 25 | 122 | 0 | 7 | 434 | 124 | 67 |
| Binary | 10111010 | 101011 | 11101100 | 10101 | 1010010 | 0 | 111 | 100011100 | 1010100 | 110111 |
Color Harmonies of #BA2BEC
Complementary color
Monochromatic Colors of #BA2BEC
Black with #BA2BEC
Text Example
Text Example
White with #BA2BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BEC; }
p { color: rgb(186,43,236); }
H1.HeaderClassName
{
color: #BA2BEC;
}
.AnyTagClassName
{
color: #BA2BEC;
}
</style>
background-color css
<style>
a { background-color: #BA2BEC; }
a { background-color: rgb(186,43,236); }
div.DivClassName
{
background-color: #BA2BEC;
}
.BgClassName
{
background-color: #BA2BEC;
}
</style>
border-color css
<style>
span { border-color: #BA2BEC; }
span { border-color: rgb(186,43,236); }
td.TdClassName
{
border-color: #BA2BEC;
}
.TagClassName
{
border-color: #BA2BEC;
}
</style>