Shades of Dark Orchid #BA2BE1
Tints of Dark Orchid #BA2BE1
RGB
CMYK
RGB Variations
Color information
#BA2BE1 (or 0xBA2BE1) is known color: Dark Orchid. HEX triplet: BA, 2B and E1. RGB value is (186,43,225). Sum of RGB (Red+Green+Blue) = 186+43+225=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA2BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BE1 is #45D41E. Grayscale: #696969. Windows color (decimal): -4576287 or 14756794. OLE color: 14756794.
HSL color Cylindrical-coordinate representation of color #BA2BE1: hue angle of 287.14º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2BE1 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 43 | 225 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.12 |
| HSL | 287.14º | 0.75% | 0.53% | - |
| HSV(B) | 287.14º | 0.81% | 0.88% | - |
| XYZ | 34.7 | 17.6 | 72.8 | - |
| YUV | 106.51 | 194.88 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 225 | 0.17 | 0.81 | 0 | 0.12 | 287.14 | 0.75 | 0.53 |
| Hex | BA | 2B | E1 | 11 | 51 | 0 | C | 11F | 4B | 35 |
| Octal | 272 | 53 | 341 | 21 | 121 | 0 | 14 | 437 | 113 | 65 |
| Binary | 10111010 | 101011 | 11100001 | 10001 | 1010001 | 0 | 1100 | 100011111 | 1001011 | 110101 |
Color Harmonies of #BA2BE1
Complementary color
Monochromatic Colors of #BA2BE1
Black with #BA2BE1
Text Example
Text Example
White with #BA2BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BE1; }
p { color: rgb(186,43,225); }
H1.HeaderClassName
{
color: #BA2BE1;
}
.AnyTagClassName
{
color: #BA2BE1;
}
</style>
background-color css
<style>
a { background-color: #BA2BE1; }
a { background-color: rgb(186,43,225); }
div.DivClassName
{
background-color: #BA2BE1;
}
.BgClassName
{
background-color: #BA2BE1;
}
</style>
border-color css
<style>
span { border-color: #BA2BE1; }
span { border-color: rgb(186,43,225); }
td.TdClassName
{
border-color: #BA2BE1;
}
.TagClassName
{
border-color: #BA2BE1;
}
</style>