Shades of Dark Orchid #BA29CC
Tints of Dark Orchid #BA29CC
RGB
CMYK
RGB Variations
Color information
#BA29CC (or 0xBA29CC) is known color: Dark Orchid. HEX triplet: BA, 29 and CC. RGB value is (186,41,204). Sum of RGB (Red+Green+Blue) = 186+41+204=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA29CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29CC is #45D633. Grayscale: #666666. Windows color (decimal): -4576820 or 13380026. OLE color: 13380026.
HSL color Cylindrical-coordinate representation of color #BA29CC: hue angle of 293.37º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA29CC is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 41 | 204 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.2 |
| HSL | 293.37º | 0.67% | 0.48% | - |
| HSV(B) | 293.37º | 0.8% | 0.8% | - |
| XYZ | 31.94 | 16.38 | 58.61 | - |
| YUV | 102.94 | 185.04 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 204 | 0.09 | 0.80 | 0 | 0.2 | 293.37 | 0.67 | 0.48 |
| Hex | BA | 29 | CC | 9 | 50 | 0 | 14 | 125 | 43 | 30 |
| Octal | 272 | 51 | 314 | 11 | 120 | 0 | 24 | 445 | 103 | 60 |
| Binary | 10111010 | 101001 | 11001100 | 1001 | 1010000 | 0 | 10100 | 100100101 | 1000011 | 110000 |
Color Harmonies of #BA29CC
Complementary color
Monochromatic Colors of #BA29CC
Black with #BA29CC
Text Example
Text Example
White with #BA29CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29CC; }
p { color: rgb(186,41,204); }
H1.HeaderClassName
{
color: #BA29CC;
}
.AnyTagClassName
{
color: #BA29CC;
}
</style>
background-color css
<style>
a { background-color: #BA29CC; }
a { background-color: rgb(186,41,204); }
div.DivClassName
{
background-color: #BA29CC;
}
.BgClassName
{
background-color: #BA29CC;
}
</style>
border-color css
<style>
span { border-color: #BA29CC; }
span { border-color: rgb(186,41,204); }
td.TdClassName
{
border-color: #BA29CC;
}
.TagClassName
{
border-color: #BA29CC;
}
</style>