Shades of Dark Orchid #BA2ED7
Tints of Dark Orchid #BA2ED7
RGB
CMYK
RGB Variations
Color information
#BA2ED7 (or 0xBA2ED7) is known color: Dark Orchid. HEX triplet: BA, 2E and D7. RGB value is (186,46,215). Sum of RGB (Red+Green+Blue) = 186+46+215=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA2ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ED7 is #45D128. Grayscale: #6A6A6A. Windows color (decimal): -4575529 or 14102202. OLE color: 14102202.
HSL color Cylindrical-coordinate representation of color #BA2ED7: hue angle of 289.7º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2ED7 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 46 | 215 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.16 |
| HSL | 289.7º | 0.68% | 0.51% | - |
| HSV(B) | 289.7º | 0.79% | 0.84% | - |
| XYZ | 33.49 | 17.3 | 65.86 | - |
| YUV | 107.13 | 188.88 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 215 | 0.13 | 0.79 | 0 | 0.16 | 289.7 | 0.68 | 0.51 |
| Hex | BA | 2E | D7 | D | 4F | 0 | 10 | 122 | 44 | 33 |
| Octal | 272 | 56 | 327 | 15 | 117 | 0 | 20 | 442 | 104 | 63 |
| Binary | 10111010 | 101110 | 11010111 | 1101 | 1001111 | 0 | 10000 | 100100010 | 1000100 | 110011 |
Color Harmonies of #BA2ED7
Complementary color
Monochromatic Colors of #BA2ED7
Black with #BA2ED7
Text Example
Text Example
White with #BA2ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2ED7; }
p { color: rgb(186,46,215); }
H1.HeaderClassName
{
color: #BA2ED7;
}
.AnyTagClassName
{
color: #BA2ED7;
}
</style>
background-color css
<style>
a { background-color: #BA2ED7; }
a { background-color: rgb(186,46,215); }
div.DivClassName
{
background-color: #BA2ED7;
}
.BgClassName
{
background-color: #BA2ED7;
}
</style>
border-color css
<style>
span { border-color: #BA2ED7; }
span { border-color: rgb(186,46,215); }
td.TdClassName
{
border-color: #BA2ED7;
}
.TagClassName
{
border-color: #BA2ED7;
}
</style>