Shades of Dark Orchid #BA28D4
Tints of Dark Orchid #BA28D4
RGB
CMYK
RGB Variations
Color information
#BA28D4 (or 0xBA28D4) is known color: Dark Orchid. HEX triplet: BA, 28 and D4. RGB value is (186,40,212). Sum of RGB (Red+Green+Blue) = 186+40+212=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA28D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28D4 is #45D72B. Grayscale: #666666. Windows color (decimal): -4577068 or 13904058. OLE color: 13904058.
HSL color Cylindrical-coordinate representation of color #BA28D4: hue angle of 290.93º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA28D4 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 40 | 212 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.17 |
| HSL | 290.93º | 0.68% | 0.49% | - |
| HSV(B) | 290.93º | 0.81% | 0.83% | - |
| XYZ | 32.89 | 16.71 | 63.78 | - |
| YUV | 103.26 | 189.37 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 212 | 0.12 | 0.81 | 0 | 0.17 | 290.93 | 0.68 | 0.49 |
| Hex | BA | 28 | D4 | C | 51 | 0 | 11 | 123 | 44 | 31 |
| Octal | 272 | 50 | 324 | 14 | 121 | 0 | 21 | 443 | 104 | 61 |
| Binary | 10111010 | 101000 | 11010100 | 1100 | 1010001 | 0 | 10001 | 100100011 | 1000100 | 110001 |
Color Harmonies of #BA28D4
Complementary color
Monochromatic Colors of #BA28D4
Black with #BA28D4
Text Example
Text Example
White with #BA28D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28D4; }
p { color: rgb(186,40,212); }
H1.HeaderClassName
{
color: #BA28D4;
}
.AnyTagClassName
{
color: #BA28D4;
}
</style>
background-color css
<style>
a { background-color: #BA28D4; }
a { background-color: rgb(186,40,212); }
div.DivClassName
{
background-color: #BA28D4;
}
.BgClassName
{
background-color: #BA28D4;
}
</style>
border-color css
<style>
span { border-color: #BA28D4; }
span { border-color: rgb(186,40,212); }
td.TdClassName
{
border-color: #BA28D4;
}
.TagClassName
{
border-color: #BA28D4;
}
</style>