Shades of Dark Orchid #BA2CDC
Tints of Dark Orchid #BA2CDC
RGB
CMYK
RGB Variations
Color information
#BA2CDC (or 0xBA2CDC) is known color: Dark Orchid. HEX triplet: BA, 2C and DC. RGB value is (186,44,220). Sum of RGB (Red+Green+Blue) = 186+44+220=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 44 (17.58% from 255 or 9.78% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA2CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CDC is #45D323. Grayscale: #696969. Windows color (decimal): -4576036 or 14429370. OLE color: 14429370.
HSL color Cylindrical-coordinate representation of color #BA2CDC: hue angle of 288.41º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2CDC is Cyan = 0.15, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 44 | 220 | - |
| CMYK | 0.15 | 0.8 | 0 | 0.14 |
| HSL | 288.41º | 0.72% | 0.52% | - |
| HSV(B) | 288.41º | 0.8% | 0.86% | - |
| XYZ | 34.07 | 17.41 | 69.27 | - |
| YUV | 106.52 | 192.04 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 220 | 0.15 | 0.8 | 0 | 0.14 | 288.41 | 0.72 | 0.52 |
| Hex | BA | 2C | DC | F | 50 | 0 | E | 120 | 48 | 34 |
| Octal | 272 | 54 | 334 | 17 | 120 | 0 | 16 | 440 | 110 | 64 |
| Binary | 10111010 | 101100 | 11011100 | 1111 | 1010000 | 0 | 1110 | 100100000 | 1001000 | 110100 |
Color Harmonies of #BA2CDC
Complementary color
Monochromatic Colors of #BA2CDC
Black with #BA2CDC
Text Example
Text Example
White with #BA2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CDC; }
p { color: rgb(186,44,220); }
H1.HeaderClassName
{
color: #BA2CDC;
}
.AnyTagClassName
{
color: #BA2CDC;
}
</style>
background-color css
<style>
a { background-color: #BA2CDC; }
a { background-color: rgb(186,44,220); }
div.DivClassName
{
background-color: #BA2CDC;
}
.BgClassName
{
background-color: #BA2CDC;
}
</style>
border-color css
<style>
span { border-color: #BA2CDC; }
span { border-color: rgb(186,44,220); }
td.TdClassName
{
border-color: #BA2CDC;
}
.TagClassName
{
border-color: #BA2CDC;
}
</style>