Shades of Dark Orchid #BA25D8
Tints of Dark Orchid #BA25D8
RGB
CMYK
RGB Variations
Color information
#BA25D8 (or 0xBA25D8) is known color: Dark Orchid. HEX triplet: BA, 25 and D8. RGB value is (186,37,216). Sum of RGB (Red+Green+Blue) = 186+37+216=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA25D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25D8 is #45DA27. Grayscale: #656565. Windows color (decimal): -4577832 or 14165434. OLE color: 14165434.
HSL color Cylindrical-coordinate representation of color #BA25D8: hue angle of 289.94º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA25D8 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 37 | 216 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.15 |
| HSL | 289.94º | 0.71% | 0.5% | - |
| HSV(B) | 289.94º | 0.83% | 0.85% | - |
| XYZ | 33.31 | 16.72 | 66.44 | - |
| YUV | 101.96 | 192.36 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 216 | 0.14 | 0.83 | 0 | 0.15 | 289.94 | 0.71 | 0.5 |
| Hex | BA | 25 | D8 | E | 53 | 0 | F | 122 | 47 | 32 |
| Octal | 272 | 45 | 330 | 16 | 123 | 0 | 17 | 442 | 107 | 62 |
| Binary | 10111010 | 100101 | 11011000 | 1110 | 1010011 | 0 | 1111 | 100100010 | 1000111 | 110010 |
Color Harmonies of #BA25D8
Complementary color
Monochromatic Colors of #BA25D8
Black with #BA25D8
Text Example
Text Example
White with #BA25D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25D8; }
p { color: rgb(186,37,216); }
H1.HeaderClassName
{
color: #BA25D8;
}
.AnyTagClassName
{
color: #BA25D8;
}
</style>
background-color css
<style>
a { background-color: #BA25D8; }
a { background-color: rgb(186,37,216); }
div.DivClassName
{
background-color: #BA25D8;
}
.BgClassName
{
background-color: #BA25D8;
}
</style>
border-color css
<style>
span { border-color: #BA25D8; }
span { border-color: rgb(186,37,216); }
td.TdClassName
{
border-color: #BA25D8;
}
.TagClassName
{
border-color: #BA25D8;
}
</style>