Shades of Dark Orchid #BA2BD1
Tints of Dark Orchid #BA2BD1
RGB
CMYK
RGB Variations
Color information
#BA2BD1 (or 0xBA2BD1) is known color: Dark Orchid. HEX triplet: BA, 2B and D1. RGB value is (186,43,209). Sum of RGB (Red+Green+Blue) = 186+43+209=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA2BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BD1 is #45D42E. Grayscale: #686868. Windows color (decimal): -4576303 or 13708218. OLE color: 13708218.
HSL color Cylindrical-coordinate representation of color #BA2BD1: hue angle of 291.69º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2BD1 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 43 | 209 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.18 |
| HSL | 291.69º | 0.66% | 0.49% | - |
| HSV(B) | 291.69º | 0.79% | 0.82% | - |
| XYZ | 32.62 | 16.77 | 61.84 | - |
| YUV | 104.68 | 186.88 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 209 | 0.11 | 0.79 | 0 | 0.18 | 291.69 | 0.66 | 0.49 |
| Hex | BA | 2B | D1 | B | 4F | 0 | 12 | 124 | 42 | 31 |
| Octal | 272 | 53 | 321 | 13 | 117 | 0 | 22 | 444 | 102 | 61 |
| Binary | 10111010 | 101011 | 11010001 | 1011 | 1001111 | 0 | 10010 | 100100100 | 1000010 | 110001 |
Color Harmonies of #BA2BD1
Complementary color
Monochromatic Colors of #BA2BD1
Black with #BA2BD1
Text Example
Text Example
White with #BA2BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BD1; }
p { color: rgb(186,43,209); }
H1.HeaderClassName
{
color: #BA2BD1;
}
.AnyTagClassName
{
color: #BA2BD1;
}
</style>
background-color css
<style>
a { background-color: #BA2BD1; }
a { background-color: rgb(186,43,209); }
div.DivClassName
{
background-color: #BA2BD1;
}
.BgClassName
{
background-color: #BA2BD1;
}
</style>
border-color css
<style>
span { border-color: #BA2BD1; }
span { border-color: rgb(186,43,209); }
td.TdClassName
{
border-color: #BA2BD1;
}
.TagClassName
{
border-color: #BA2BD1;
}
</style>