Shades of Dark Orchid #BA28E7
Tints of Dark Orchid #BA28E7
RGB
CMYK
RGB Variations
Color information
#BA28E7 (or 0xBA28E7) is known color: Dark Orchid. HEX triplet: BA, 28 and E7. RGB value is (186,40,231). Sum of RGB (Red+Green+Blue) = 186+40+231=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA28E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA28E7 is #45D718. Grayscale: #686868. Windows color (decimal): -4577049 or 15149242. OLE color: 15149242.
HSL color Cylindrical-coordinate representation of color #BA28E7: hue angle of 285.86º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA28E7 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 40 | 231 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.09 |
| HSL | 285.86º | 0.8% | 0.53% | - |
| HSV(B) | 285.86º | 0.83% | 0.91% | - |
| XYZ | 35.43 | 17.73 | 77.16 | - |
| YUV | 105.43 | 198.87 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 231 | 0.19 | 0.83 | 0 | 0.09 | 285.86 | 0.8 | 0.53 |
| Hex | BA | 28 | E7 | 13 | 53 | 0 | 9 | 11E | 50 | 35 |
| Octal | 272 | 50 | 347 | 23 | 123 | 0 | 11 | 436 | 120 | 65 |
| Binary | 10111010 | 101000 | 11100111 | 10011 | 1010011 | 0 | 1001 | 100011110 | 1010000 | 110101 |
Color Harmonies of #BA28E7
Complementary color
Monochromatic Colors of #BA28E7
Black with #BA28E7
Text Example
Text Example
White with #BA28E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28E7; }
p { color: rgb(186,40,231); }
H1.HeaderClassName
{
color: #BA28E7;
}
.AnyTagClassName
{
color: #BA28E7;
}
</style>
background-color css
<style>
a { background-color: #BA28E7; }
a { background-color: rgb(186,40,231); }
div.DivClassName
{
background-color: #BA28E7;
}
.BgClassName
{
background-color: #BA28E7;
}
</style>
border-color css
<style>
span { border-color: #BA28E7; }
span { border-color: rgb(186,40,231); }
td.TdClassName
{
border-color: #BA28E7;
}
.TagClassName
{
border-color: #BA28E7;
}
</style>