Shades of Dark Orchid #BA25DE
Tints of Dark Orchid #BA25DE
RGB
CMYK
RGB Variations
Color information
#BA25DE (or 0xBA25DE) is known color: Dark Orchid. HEX triplet: BA, 25 and DE. RGB value is (186,37,222). Sum of RGB (Red+Green+Blue) = 186+37+222=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA25DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25DE is #45DA21. Grayscale: #666666. Windows color (decimal): -4577826 or 14558650. OLE color: 14558650.
HSL color Cylindrical-coordinate representation of color #BA25DE: hue angle of 288.32º degrees, saturation: 0.74, 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 #BA25DE is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 37 | 222 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.13 |
| HSL | 288.32º | 0.74% | 0.51% | - |
| HSV(B) | 288.32º | 0.83% | 0.87% | - |
| XYZ | 34.1 | 17.04 | 70.6 | - |
| YUV | 102.64 | 195.36 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 222 | 0.16 | 0.83 | 0 | 0.13 | 288.32 | 0.74 | 0.51 |
| Hex | BA | 25 | DE | 10 | 53 | 0 | D | 120 | 4A | 33 |
| Octal | 272 | 45 | 336 | 20 | 123 | 0 | 15 | 440 | 112 | 63 |
| Binary | 10111010 | 100101 | 11011110 | 10000 | 1010011 | 0 | 1101 | 100100000 | 1001010 | 110011 |
Color Harmonies of #BA25DE
Complementary color
Monochromatic Colors of #BA25DE
Black with #BA25DE
Text Example
Text Example
White with #BA25DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25DE; }
p { color: rgb(186,37,222); }
H1.HeaderClassName
{
color: #BA25DE;
}
.AnyTagClassName
{
color: #BA25DE;
}
</style>
background-color css
<style>
a { background-color: #BA25DE; }
a { background-color: rgb(186,37,222); }
div.DivClassName
{
background-color: #BA25DE;
}
.BgClassName
{
background-color: #BA25DE;
}
</style>
border-color css
<style>
span { border-color: #BA25DE; }
span { border-color: rgb(186,37,222); }
td.TdClassName
{
border-color: #BA25DE;
}
.TagClassName
{
border-color: #BA25DE;
}
</style>