Shades of Dark Orchid #BA2BEA
Tints of Dark Orchid #BA2BEA
RGB
CMYK
RGB Variations
Color information
#BA2BEA (or 0xBA2BEA) is known color: Dark Orchid. HEX triplet: BA, 2B and EA. RGB value is (186,43,234). Sum of RGB (Red+Green+Blue) = 186+43+234=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA2BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2BEA is #45D415. Grayscale: #6A6A6A. Windows color (decimal): -4576278 or 15346618. OLE color: 15346618.
HSL color Cylindrical-coordinate representation of color #BA2BEA: hue angle of 284.92º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2BEA is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 43 | 234 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.08 |
| HSL | 284.92º | 0.82% | 0.54% | - |
| HSV(B) | 284.92º | 0.82% | 0.92% | - |
| XYZ | 35.96 | 18.11 | 79.44 | - |
| YUV | 107.53 | 199.38 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 234 | 0.21 | 0.82 | 0 | 0.08 | 284.92 | 0.82 | 0.54 |
| Hex | BA | 2B | EA | 15 | 52 | 0 | 8 | 11D | 52 | 36 |
| Octal | 272 | 53 | 352 | 25 | 122 | 0 | 10 | 435 | 122 | 66 |
| Binary | 10111010 | 101011 | 11101010 | 10101 | 1010010 | 0 | 1000 | 100011101 | 1010010 | 110110 |
Color Harmonies of #BA2BEA
Complementary color
Monochromatic Colors of #BA2BEA
Black with #BA2BEA
Text Example
Text Example
White with #BA2BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BEA; }
p { color: rgb(186,43,234); }
H1.HeaderClassName
{
color: #BA2BEA;
}
.AnyTagClassName
{
color: #BA2BEA;
}
</style>
background-color css
<style>
a { background-color: #BA2BEA; }
a { background-color: rgb(186,43,234); }
div.DivClassName
{
background-color: #BA2BEA;
}
.BgClassName
{
background-color: #BA2BEA;
}
</style>
border-color css
<style>
span { border-color: #BA2BEA; }
span { border-color: rgb(186,43,234); }
td.TdClassName
{
border-color: #BA2BEA;
}
.TagClassName
{
border-color: #BA2BEA;
}
</style>