Shades of Dark Orchid #BA2BE0
Tints of Dark Orchid #BA2BE0
RGB
CMYK
RGB Variations
Color information
#BA2BE0 (or 0xBA2BE0) is known color: Dark Orchid. HEX triplet: BA, 2B and E0. RGB value is (186,43,224). Sum of RGB (Red+Green+Blue) = 186+43+224=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA2BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BE0 is #45D41F. Grayscale: #696969. Windows color (decimal): -4576288 or 14691258. OLE color: 14691258.
HSL color Cylindrical-coordinate representation of color #BA2BE0: hue angle of 287.4º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2BE0 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 43 | 224 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.12 |
| HSL | 287.4º | 0.74% | 0.52% | - |
| HSV(B) | 287.4º | 0.81% | 0.88% | - |
| XYZ | 34.57 | 17.55 | 72.09 | - |
| YUV | 106.39 | 194.38 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 224 | 0.17 | 0.81 | 0 | 0.12 | 287.4 | 0.74 | 0.52 |
| Hex | BA | 2B | E0 | 11 | 51 | 0 | C | 11F | 4A | 34 |
| Octal | 272 | 53 | 340 | 21 | 121 | 0 | 14 | 437 | 112 | 64 |
| Binary | 10111010 | 101011 | 11100000 | 10001 | 1010001 | 0 | 1100 | 100011111 | 1001010 | 110100 |
Color Harmonies of #BA2BE0
Complementary color
Monochromatic Colors of #BA2BE0
Black with #BA2BE0
Text Example
Text Example
White with #BA2BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BE0; }
p { color: rgb(186,43,224); }
H1.HeaderClassName
{
color: #BA2BE0;
}
.AnyTagClassName
{
color: #BA2BE0;
}
</style>
background-color css
<style>
a { background-color: #BA2BE0; }
a { background-color: rgb(186,43,224); }
div.DivClassName
{
background-color: #BA2BE0;
}
.BgClassName
{
background-color: #BA2BE0;
}
</style>
border-color css
<style>
span { border-color: #BA2BE0; }
span { border-color: rgb(186,43,224); }
td.TdClassName
{
border-color: #BA2BE0;
}
.TagClassName
{
border-color: #BA2BE0;
}
</style>