Shades of Dark Orchid #BA29CA
Tints of Dark Orchid #BA29CA
RGB
CMYK
RGB Variations
Color information
#BA29CA (or 0xBA29CA) is known color: Dark Orchid. HEX triplet: BA, 29 and CA. RGB value is (186,41,202). Sum of RGB (Red+Green+Blue) = 186+41+202=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA29CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29CA is #45D635. Grayscale: #666666. Windows color (decimal): -4576822 or 13248954. OLE color: 13248954.
HSL color Cylindrical-coordinate representation of color #BA29CA: hue angle of 294.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA29CA is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 41 | 202 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.21 |
| HSL | 294.04º | 0.66% | 0.48% | - |
| HSV(B) | 294.04º | 0.8% | 0.79% | - |
| XYZ | 31.7 | 16.29 | 57.35 | - |
| YUV | 102.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 202 | 0.08 | 0.80 | 0 | 0.21 | 294.04 | 0.66 | 0.48 |
| Hex | BA | 29 | CA | 8 | 50 | 0 | 15 | 126 | 42 | 30 |
| Octal | 272 | 51 | 312 | 10 | 120 | 0 | 25 | 446 | 102 | 60 |
| Binary | 10111010 | 101001 | 11001010 | 1000 | 1010000 | 0 | 10101 | 100100110 | 1000010 | 110000 |
Color Harmonies of #BA29CA
Complementary color
Monochromatic Colors of #BA29CA
Black with #BA29CA
Text Example
Text Example
White with #BA29CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29CA; }
p { color: rgb(186,41,202); }
H1.HeaderClassName
{
color: #BA29CA;
}
.AnyTagClassName
{
color: #BA29CA;
}
</style>
background-color css
<style>
a { background-color: #BA29CA; }
a { background-color: rgb(186,41,202); }
div.DivClassName
{
background-color: #BA29CA;
}
.BgClassName
{
background-color: #BA29CA;
}
</style>
border-color css
<style>
span { border-color: #BA29CA; }
span { border-color: rgb(186,41,202); }
td.TdClassName
{
border-color: #BA29CA;
}
.TagClassName
{
border-color: #BA29CA;
}
</style>