Shades of Dark Orchid #BA25DC
Tints of Dark Orchid #BA25DC
RGB
CMYK
RGB Variations
Color information
#BA25DC (or 0xBA25DC) is known color: Dark Orchid. HEX triplet: BA, 25 and DC. RGB value is (186,37,220). Sum of RGB (Red+Green+Blue) = 186+37+220=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA25DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25DC is #45DA23. Grayscale: #656565. Windows color (decimal): -4577828 or 14427578. OLE color: 14427578.
HSL color Cylindrical-coordinate representation of color #BA25DC: hue angle of 288.85º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA25DC is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 37 | 220 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.14 |
| HSL | 288.85º | 0.72% | 0.5% | - |
| HSV(B) | 288.85º | 0.83% | 0.86% | - |
| XYZ | 33.83 | 16.93 | 69.19 | - |
| YUV | 102.41 | 194.36 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 220 | 0.15 | 0.83 | 0 | 0.14 | 288.85 | 0.72 | 0.5 |
| Hex | BA | 25 | DC | F | 53 | 0 | E | 121 | 48 | 32 |
| Octal | 272 | 45 | 334 | 17 | 123 | 0 | 16 | 441 | 110 | 62 |
| Binary | 10111010 | 100101 | 11011100 | 1111 | 1010011 | 0 | 1110 | 100100001 | 1001000 | 110010 |
Color Harmonies of #BA25DC
Complementary color
Monochromatic Colors of #BA25DC
Black with #BA25DC
Text Example
Text Example
White with #BA25DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25DC; }
p { color: rgb(186,37,220); }
H1.HeaderClassName
{
color: #BA25DC;
}
.AnyTagClassName
{
color: #BA25DC;
}
</style>
background-color css
<style>
a { background-color: #BA25DC; }
a { background-color: rgb(186,37,220); }
div.DivClassName
{
background-color: #BA25DC;
}
.BgClassName
{
background-color: #BA25DC;
}
</style>
border-color css
<style>
span { border-color: #BA25DC; }
span { border-color: rgb(186,37,220); }
td.TdClassName
{
border-color: #BA25DC;
}
.TagClassName
{
border-color: #BA25DC;
}
</style>