Shades of Dark Orchid #BA25C7
Tints of Dark Orchid #BA25C7
RGB
CMYK
RGB Variations
Color information
#BA25C7 (or 0xBA25C7) is known color: Dark Orchid. HEX triplet: BA, 25 and C7. RGB value is (186,37,199). Sum of RGB (Red+Green+Blue) = 186+37+199=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA25C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25C7 is #45DA38. Grayscale: #636363. Windows color (decimal): -4577849 or 13051322. OLE color: 13051322.
HSL color Cylindrical-coordinate representation of color #BA25C7: hue angle of 295.19º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA25C7 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 37 | 199 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.22 |
| HSL | 295.19º | 0.69% | 0.46% | - |
| HSV(B) | 295.19º | 0.81% | 0.78% | - |
| XYZ | 31.22 | 15.89 | 55.45 | - |
| YUV | 100.02 | 183.86 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 199 | 0.07 | 0.81 | 0 | 0.22 | 295.19 | 0.69 | 0.46 |
| Hex | BA | 25 | C7 | 7 | 51 | 0 | 16 | 127 | 45 | 2E |
| Octal | 272 | 45 | 307 | 7 | 121 | 0 | 26 | 447 | 105 | 56 |
| Binary | 10111010 | 100101 | 11000111 | 111 | 1010001 | 0 | 10110 | 100100111 | 1000101 | 101110 |
Color Harmonies of #BA25C7
Complementary color
Monochromatic Colors of #BA25C7
Black with #BA25C7
Text Example
Text Example
White with #BA25C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25C7; }
p { color: rgb(186,37,199); }
H1.HeaderClassName
{
color: #BA25C7;
}
.AnyTagClassName
{
color: #BA25C7;
}
</style>
background-color css
<style>
a { background-color: #BA25C7; }
a { background-color: rgb(186,37,199); }
div.DivClassName
{
background-color: #BA25C7;
}
.BgClassName
{
background-color: #BA25C7;
}
</style>
border-color css
<style>
span { border-color: #BA25C7; }
span { border-color: rgb(186,37,199); }
td.TdClassName
{
border-color: #BA25C7;
}
.TagClassName
{
border-color: #BA25C7;
}
</style>