Shades of Dark Orchid #BA28D6
Tints of Dark Orchid #BA28D6
RGB
CMYK
RGB Variations
Color information
#BA28D6 (or 0xBA28D6) is known color: Dark Orchid. HEX triplet: BA, 28 and D6. RGB value is (186,40,214). Sum of RGB (Red+Green+Blue) = 186+40+214=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA28D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28D6 is #45D729. Grayscale: #666666. Windows color (decimal): -4577066 or 14035130. OLE color: 14035130.
HSL color Cylindrical-coordinate representation of color #BA28D6: hue angle of 290.34º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA28D6 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 40 | 214 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.16 |
| HSL | 290.34º | 0.69% | 0.5% | - |
| HSV(B) | 290.34º | 0.81% | 0.84% | - |
| XYZ | 33.15 | 16.81 | 65.12 | - |
| YUV | 103.49 | 190.37 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 214 | 0.13 | 0.81 | 0 | 0.16 | 290.34 | 0.69 | 0.5 |
| Hex | BA | 28 | D6 | D | 51 | 0 | 10 | 122 | 45 | 32 |
| Octal | 272 | 50 | 326 | 15 | 121 | 0 | 20 | 442 | 105 | 62 |
| Binary | 10111010 | 101000 | 11010110 | 1101 | 1010001 | 0 | 10000 | 100100010 | 1000101 | 110010 |
Color Harmonies of #BA28D6
Complementary color
Monochromatic Colors of #BA28D6
Black with #BA28D6
Text Example
Text Example
White with #BA28D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28D6; }
p { color: rgb(186,40,214); }
H1.HeaderClassName
{
color: #BA28D6;
}
.AnyTagClassName
{
color: #BA28D6;
}
</style>
background-color css
<style>
a { background-color: #BA28D6; }
a { background-color: rgb(186,40,214); }
div.DivClassName
{
background-color: #BA28D6;
}
.BgClassName
{
background-color: #BA28D6;
}
</style>
border-color css
<style>
span { border-color: #BA28D6; }
span { border-color: rgb(186,40,214); }
td.TdClassName
{
border-color: #BA28D6;
}
.TagClassName
{
border-color: #BA28D6;
}
</style>