Shades of Dark Orchid #BA2BCE
Tints of Dark Orchid #BA2BCE
RGB
CMYK
RGB Variations
Color information
#BA2BCE (or 0xBA2BCE) is known color: Dark Orchid. HEX triplet: BA, 2B and CE. RGB value is (186,43,206). Sum of RGB (Red+Green+Blue) = 186+43+206=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA2BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BCE is #45D431. Grayscale: #676767. Windows color (decimal): -4576306 or 13511610. OLE color: 13511610.
HSL color Cylindrical-coordinate representation of color #BA2BCE: hue angle of 292.64º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2BCE is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 43 | 206 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.19 |
| HSL | 292.64º | 0.65% | 0.49% | - |
| HSV(B) | 292.64º | 0.79% | 0.81% | - |
| XYZ | 32.25 | 16.62 | 59.9 | - |
| YUV | 104.34 | 185.38 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 206 | 0.10 | 0.79 | 0 | 0.19 | 292.64 | 0.65 | 0.49 |
| Hex | BA | 2B | CE | A | 4F | 0 | 13 | 125 | 41 | 31 |
| Octal | 272 | 53 | 316 | 12 | 117 | 0 | 23 | 445 | 101 | 61 |
| Binary | 10111010 | 101011 | 11001110 | 1010 | 1001111 | 0 | 10011 | 100100101 | 1000001 | 110001 |
Color Harmonies of #BA2BCE
Complementary color
Monochromatic Colors of #BA2BCE
Black with #BA2BCE
Text Example
Text Example
White with #BA2BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BCE; }
p { color: rgb(186,43,206); }
H1.HeaderClassName
{
color: #BA2BCE;
}
.AnyTagClassName
{
color: #BA2BCE;
}
</style>
background-color css
<style>
a { background-color: #BA2BCE; }
a { background-color: rgb(186,43,206); }
div.DivClassName
{
background-color: #BA2BCE;
}
.BgClassName
{
background-color: #BA2BCE;
}
</style>
border-color css
<style>
span { border-color: #BA2BCE; }
span { border-color: rgb(186,43,206); }
td.TdClassName
{
border-color: #BA2BCE;
}
.TagClassName
{
border-color: #BA2BCE;
}
</style>