Shades of Dark Orchid #BA24CC
Tints of Dark Orchid #BA24CC
RGB
CMYK
RGB Variations
Color information
#BA24CC (or 0xBA24CC) is known color: Dark Orchid. HEX triplet: BA, 24 and CC. RGB value is (186,36,204). Sum of RGB (Red+Green+Blue) = 186+36+204=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA24CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA24CC is #45DB33. Grayscale: #636363. Windows color (decimal): -4578100 or 13378746. OLE color: 13378746.
HSL color Cylindrical-coordinate representation of color #BA24CC: hue angle of 293.57º degrees, saturation: 0.7, 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 #BA24CC is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 36 | 204 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.2 |
| HSL | 293.57º | 0.7% | 0.47% | - |
| HSV(B) | 293.57º | 0.82% | 0.8% | - |
| XYZ | 31.78 | 16.06 | 58.55 | - |
| YUV | 100 | 186.7 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 204 | 0.09 | 0.82 | 0 | 0.2 | 293.57 | 0.7 | 0.47 |
| Hex | BA | 24 | CC | 9 | 52 | 0 | 14 | 126 | 46 | 2F |
| Octal | 272 | 44 | 314 | 11 | 122 | 0 | 24 | 446 | 106 | 57 |
| Binary | 10111010 | 100100 | 11001100 | 1001 | 1010010 | 0 | 10100 | 100100110 | 1000110 | 101111 |
Color Harmonies of #BA24CC
Complementary color
Monochromatic Colors of #BA24CC
Black with #BA24CC
Text Example
Text Example
White with #BA24CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA24CC; }
p { color: rgb(186,36,204); }
H1.HeaderClassName
{
color: #BA24CC;
}
.AnyTagClassName
{
color: #BA24CC;
}
</style>
background-color css
<style>
a { background-color: #BA24CC; }
a { background-color: rgb(186,36,204); }
div.DivClassName
{
background-color: #BA24CC;
}
.BgClassName
{
background-color: #BA24CC;
}
</style>
border-color css
<style>
span { border-color: #BA24CC; }
span { border-color: rgb(186,36,204); }
td.TdClassName
{
border-color: #BA24CC;
}
.TagClassName
{
border-color: #BA24CC;
}
</style>