Shades of Dark Orchid #BA2ADF
Tints of Dark Orchid #BA2ADF
RGB
CMYK
RGB Variations
Color information
#BA2ADF (or 0xBA2ADF) is known color: Dark Orchid. HEX triplet: BA, 2A and DF. RGB value is (186,42,223). Sum of RGB (Red+Green+Blue) = 186+42+223=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 42 (16.80% from 255 or 9.31% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA2ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ADF is #45D520. Grayscale: #696969. Windows color (decimal): -4576545 or 14625466. OLE color: 14625466.
HSL color Cylindrical-coordinate representation of color #BA2ADF: hue angle of 287.73º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2ADF is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 42 | 223 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.13 |
| HSL | 287.73º | 0.74% | 0.52% | - |
| HSV(B) | 287.73º | 0.81% | 0.87% | - |
| XYZ | 34.4 | 17.42 | 71.36 | - |
| YUV | 105.69 | 194.21 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 223 | 0.17 | 0.81 | 0 | 0.13 | 287.73 | 0.74 | 0.52 |
| Hex | BA | 2A | DF | 11 | 51 | 0 | D | 120 | 4A | 34 |
| Octal | 272 | 52 | 337 | 21 | 121 | 0 | 15 | 440 | 112 | 64 |
| Binary | 10111010 | 101010 | 11011111 | 10001 | 1010001 | 0 | 1101 | 100100000 | 1001010 | 110100 |
Color Harmonies of #BA2ADF
Complementary color
Monochromatic Colors of #BA2ADF
Black with #BA2ADF
Text Example
Text Example
White with #BA2ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2ADF; }
p { color: rgb(186,42,223); }
H1.HeaderClassName
{
color: #BA2ADF;
}
.AnyTagClassName
{
color: #BA2ADF;
}
</style>
background-color css
<style>
a { background-color: #BA2ADF; }
a { background-color: rgb(186,42,223); }
div.DivClassName
{
background-color: #BA2ADF;
}
.BgClassName
{
background-color: #BA2ADF;
}
</style>
border-color css
<style>
span { border-color: #BA2ADF; }
span { border-color: rgb(186,42,223); }
td.TdClassName
{
border-color: #BA2ADF;
}
.TagClassName
{
border-color: #BA2ADF;
}
</style>