Shades of Dark Orchid #BA25CC
Tints of Dark Orchid #BA25CC
RGB
CMYK
RGB Variations
Color information
#BA25CC (or 0xBA25CC) is known color: Dark Orchid. HEX triplet: BA, 25 and CC. RGB value is (186,37,204). Sum of RGB (Red+Green+Blue) = 186+37+204=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA25CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA25CC is #45DA33. Grayscale: #646464. Windows color (decimal): -4577844 or 13379002. OLE color: 13379002.
HSL color Cylindrical-coordinate representation of color #BA25CC: hue angle of 293.53º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA25CC is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 37 | 204 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.2 |
| HSL | 293.53º | 0.69% | 0.47% | - |
| HSV(B) | 293.53º | 0.82% | 0.8% | - |
| XYZ | 31.81 | 16.12 | 58.56 | - |
| YUV | 100.59 | 186.36 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 204 | 0.09 | 0.82 | 0 | 0.2 | 293.53 | 0.69 | 0.47 |
| Hex | BA | 25 | CC | 9 | 52 | 0 | 14 | 126 | 45 | 2F |
| Octal | 272 | 45 | 314 | 11 | 122 | 0 | 24 | 446 | 105 | 57 |
| Binary | 10111010 | 100101 | 11001100 | 1001 | 1010010 | 0 | 10100 | 100100110 | 1000101 | 101111 |
Color Harmonies of #BA25CC
Complementary color
Monochromatic Colors of #BA25CC
Black with #BA25CC
Text Example
Text Example
White with #BA25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25CC; }
p { color: rgb(186,37,204); }
H1.HeaderClassName
{
color: #BA25CC;
}
.AnyTagClassName
{
color: #BA25CC;
}
</style>
background-color css
<style>
a { background-color: #BA25CC; }
a { background-color: rgb(186,37,204); }
div.DivClassName
{
background-color: #BA25CC;
}
.BgClassName
{
background-color: #BA25CC;
}
</style>
border-color css
<style>
span { border-color: #BA25CC; }
span { border-color: rgb(186,37,204); }
td.TdClassName
{
border-color: #BA25CC;
}
.TagClassName
{
border-color: #BA25CC;
}
</style>