Shades of Dark Orchid #BA29DF
Tints of Dark Orchid #BA29DF
RGB
CMYK
RGB Variations
Color information
#BA29DF (or 0xBA29DF) is known color: Dark Orchid. HEX triplet: BA, 29 and DF. RGB value is (186,41,223). Sum of RGB (Red+Green+Blue) = 186+41+223=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA29DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29DF is #45D620. Grayscale: #686868. Windows color (decimal): -4576801 or 14625210. OLE color: 14625210.
HSL color Cylindrical-coordinate representation of color #BA29DF: hue angle of 287.8º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA29DF is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 41 | 223 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.13 |
| HSL | 287.8º | 0.74% | 0.52% | - |
| HSV(B) | 287.8º | 0.82% | 0.87% | - |
| XYZ | 34.36 | 17.35 | 71.35 | - |
| YUV | 105.1 | 194.54 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 223 | 0.17 | 0.82 | 0 | 0.13 | 287.8 | 0.74 | 0.52 |
| Hex | BA | 29 | DF | 11 | 52 | 0 | D | 120 | 4A | 34 |
| Octal | 272 | 51 | 337 | 21 | 122 | 0 | 15 | 440 | 112 | 64 |
| Binary | 10111010 | 101001 | 11011111 | 10001 | 1010010 | 0 | 1101 | 100100000 | 1001010 | 110100 |
Color Harmonies of #BA29DF
Complementary color
Monochromatic Colors of #BA29DF
Black with #BA29DF
Text Example
Text Example
White with #BA29DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29DF; }
p { color: rgb(186,41,223); }
H1.HeaderClassName
{
color: #BA29DF;
}
.AnyTagClassName
{
color: #BA29DF;
}
</style>
background-color css
<style>
a { background-color: #BA29DF; }
a { background-color: rgb(186,41,223); }
div.DivClassName
{
background-color: #BA29DF;
}
.BgClassName
{
background-color: #BA29DF;
}
</style>
border-color css
<style>
span { border-color: #BA29DF; }
span { border-color: rgb(186,41,223); }
td.TdClassName
{
border-color: #BA29DF;
}
.TagClassName
{
border-color: #BA29DF;
}
</style>