Shades of Dark Orchid #BA2DE1
Tints of Dark Orchid #BA2DE1
RGB
CMYK
RGB Variations
Color information
#BA2DE1 (or 0xBA2DE1) is known color: Dark Orchid. HEX triplet: BA, 2D and E1. RGB value is (186,45,225). Sum of RGB (Red+Green+Blue) = 186+45+225=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA2DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2DE1 is #45D21E. Grayscale: #6B6B6B. Windows color (decimal): -4575775 or 14757306. OLE color: 14757306.
HSL color Cylindrical-coordinate representation of color #BA2DE1: hue angle of 287º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2DE1 is Cyan = 0.17, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 45 | 225 | - |
| CMYK | 0.17 | 0.8 | 0 | 0.12 |
| HSL | 287º | 0.75% | 0.53% | - |
| HSV(B) | 287º | 0.8% | 0.88% | - |
| XYZ | 34.78 | 17.75 | 72.83 | - |
| YUV | 107.68 | 194.21 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 225 | 0.17 | 0.8 | 0 | 0.12 | 287 | 0.75 | 0.53 |
| Hex | BA | 2D | E1 | 11 | 50 | 0 | C | 11F | 4B | 35 |
| Octal | 272 | 55 | 341 | 21 | 120 | 0 | 14 | 437 | 113 | 65 |
| Binary | 10111010 | 101101 | 11100001 | 10001 | 1010000 | 0 | 1100 | 100011111 | 1001011 | 110101 |
Color Harmonies of #BA2DE1
Complementary color
Monochromatic Colors of #BA2DE1
Black with #BA2DE1
Text Example
Text Example
White with #BA2DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DE1; }
p { color: rgb(186,45,225); }
H1.HeaderClassName
{
color: #BA2DE1;
}
.AnyTagClassName
{
color: #BA2DE1;
}
</style>
background-color css
<style>
a { background-color: #BA2DE1; }
a { background-color: rgb(186,45,225); }
div.DivClassName
{
background-color: #BA2DE1;
}
.BgClassName
{
background-color: #BA2DE1;
}
</style>
border-color css
<style>
span { border-color: #BA2DE1; }
span { border-color: rgb(186,45,225); }
td.TdClassName
{
border-color: #BA2DE1;
}
.TagClassName
{
border-color: #BA2DE1;
}
</style>