Shades of Dark Orchid #BA2DDC
Tints of Dark Orchid #BA2DDC
RGB
CMYK
RGB Variations
Color information
#BA2DDC (or 0xBA2DDC) is known color: Dark Orchid. HEX triplet: BA, 2D and DC. RGB value is (186,45,220). Sum of RGB (Red+Green+Blue) = 186+45+220=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA2DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DDC is #45D223. Grayscale: #6A6A6A. Windows color (decimal): -4575780 or 14429626. OLE color: 14429626.
HSL color Cylindrical-coordinate representation of color #BA2DDC: hue angle of 288.34º degrees, saturation: 0.71, 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 #BA2DDC is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 45 | 220 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.14 |
| HSL | 288.34º | 0.71% | 0.52% | - |
| HSV(B) | 288.34º | 0.8% | 0.86% | - |
| XYZ | 34.11 | 17.48 | 69.29 | - |
| YUV | 107.11 | 191.71 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 220 | 0.15 | 0.80 | 0 | 0.14 | 288.34 | 0.71 | 0.52 |
| Hex | BA | 2D | DC | F | 50 | 0 | E | 120 | 47 | 34 |
| Octal | 272 | 55 | 334 | 17 | 120 | 0 | 16 | 440 | 107 | 64 |
| Binary | 10111010 | 101101 | 11011100 | 1111 | 1010000 | 0 | 1110 | 100100000 | 1000111 | 110100 |
Color Harmonies of #BA2DDC
Complementary color
Monochromatic Colors of #BA2DDC
Black with #BA2DDC
Text Example
Text Example
White with #BA2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DDC; }
p { color: rgb(186,45,220); }
H1.HeaderClassName
{
color: #BA2DDC;
}
.AnyTagClassName
{
color: #BA2DDC;
}
</style>
background-color css
<style>
a { background-color: #BA2DDC; }
a { background-color: rgb(186,45,220); }
div.DivClassName
{
background-color: #BA2DDC;
}
.BgClassName
{
background-color: #BA2DDC;
}
</style>
border-color css
<style>
span { border-color: #BA2DDC; }
span { border-color: rgb(186,45,220); }
td.TdClassName
{
border-color: #BA2DDC;
}
.TagClassName
{
border-color: #BA2DDC;
}
</style>