Shades of Dark Orchid #BA25DD
Tints of Dark Orchid #BA25DD
RGB
CMYK
RGB Variations
Color information
#BA25DD (or 0xBA25DD) is known color: Dark Orchid. HEX triplet: BA, 25 and DD. RGB value is (186,37,221). Sum of RGB (Red+Green+Blue) = 186+37+221=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA25DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25DD is #45DA22. Grayscale: #656565. Windows color (decimal): -4577827 or 14493114. OLE color: 14493114.
HSL color Cylindrical-coordinate representation of color #BA25DD: hue angle of 288.59º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA25DD is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 37 | 221 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.13 |
| HSL | 288.59º | 0.73% | 0.51% | - |
| HSV(B) | 288.59º | 0.83% | 0.87% | - |
| XYZ | 33.96 | 16.98 | 69.89 | - |
| YUV | 102.53 | 194.86 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 221 | 0.16 | 0.83 | 0 | 0.13 | 288.59 | 0.73 | 0.51 |
| Hex | BA | 25 | DD | 10 | 53 | 0 | D | 121 | 49 | 33 |
| Octal | 272 | 45 | 335 | 20 | 123 | 0 | 15 | 441 | 111 | 63 |
| Binary | 10111010 | 100101 | 11011101 | 10000 | 1010011 | 0 | 1101 | 100100001 | 1001001 | 110011 |
Color Harmonies of #BA25DD
Complementary color
Monochromatic Colors of #BA25DD
Black with #BA25DD
Text Example
Text Example
White with #BA25DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25DD; }
p { color: rgb(186,37,221); }
H1.HeaderClassName
{
color: #BA25DD;
}
.AnyTagClassName
{
color: #BA25DD;
}
</style>
background-color css
<style>
a { background-color: #BA25DD; }
a { background-color: rgb(186,37,221); }
div.DivClassName
{
background-color: #BA25DD;
}
.BgClassName
{
background-color: #BA25DD;
}
</style>
border-color css
<style>
span { border-color: #BA25DD; }
span { border-color: rgb(186,37,221); }
td.TdClassName
{
border-color: #BA25DD;
}
.TagClassName
{
border-color: #BA25DD;
}
</style>