Shades of Dark Orchid #BA2BE6
Tints of Dark Orchid #BA2BE6
RGB
CMYK
RGB Variations
Color information
#BA2BE6 (or 0xBA2BE6) is known color: Dark Orchid. HEX triplet: BA, 2B and E6. RGB value is (186,43,230). Sum of RGB (Red+Green+Blue) = 186+43+230=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA2BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2BE6 is #45D419. Grayscale: #6A6A6A. Windows color (decimal): -4576282 or 15084474. OLE color: 15084474.
HSL color Cylindrical-coordinate representation of color #BA2BE6: hue angle of 285.88º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2BE6 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 43 | 230 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.10 |
| HSL | 285.88º | 0.79% | 0.54% | - |
| HSV(B) | 285.88º | 0.81% | 0.9% | - |
| XYZ | 35.4 | 17.88 | 76.45 | - |
| YUV | 107.08 | 197.38 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 230 | 0.19 | 0.81 | 0 | 0.10 | 285.88 | 0.79 | 0.54 |
| Hex | BA | 2B | E6 | 13 | 51 | 0 | A | 11E | 4F | 36 |
| Octal | 272 | 53 | 346 | 23 | 121 | 0 | 12 | 436 | 117 | 66 |
| Binary | 10111010 | 101011 | 11100110 | 10011 | 1010001 | 0 | 1010 | 100011110 | 1001111 | 110110 |
Color Harmonies of #BA2BE6
Complementary color
Monochromatic Colors of #BA2BE6
Black with #BA2BE6
Text Example
Text Example
White with #BA2BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BE6; }
p { color: rgb(186,43,230); }
H1.HeaderClassName
{
color: #BA2BE6;
}
.AnyTagClassName
{
color: #BA2BE6;
}
</style>
background-color css
<style>
a { background-color: #BA2BE6; }
a { background-color: rgb(186,43,230); }
div.DivClassName
{
background-color: #BA2BE6;
}
.BgClassName
{
background-color: #BA2BE6;
}
</style>
border-color css
<style>
span { border-color: #BA2BE6; }
span { border-color: rgb(186,43,230); }
td.TdClassName
{
border-color: #BA2BE6;
}
.TagClassName
{
border-color: #BA2BE6;
}
</style>