Shades of Dark Orchid #BA28CE
Tints of Dark Orchid #BA28CE
RGB
CMYK
RGB Variations
Color information
#BA28CE (or 0xBA28CE) is known color: Dark Orchid. HEX triplet: BA, 28 and CE. RGB value is (186,40,206). Sum of RGB (Red+Green+Blue) = 186+40+206=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA28CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28CE is #45D731. Grayscale: #666666. Windows color (decimal): -4577074 or 13510842. OLE color: 13510842.
HSL color Cylindrical-coordinate representation of color #BA28CE: hue angle of 292.77º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA28CE is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 40 | 206 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.19 |
| HSL | 292.77º | 0.67% | 0.48% | - |
| HSV(B) | 292.77º | 0.81% | 0.81% | - |
| XYZ | 32.15 | 16.41 | 59.87 | - |
| YUV | 102.58 | 186.37 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 206 | 0.10 | 0.81 | 0 | 0.19 | 292.77 | 0.67 | 0.48 |
| Hex | BA | 28 | CE | A | 51 | 0 | 13 | 125 | 43 | 30 |
| Octal | 272 | 50 | 316 | 12 | 121 | 0 | 23 | 445 | 103 | 60 |
| Binary | 10111010 | 101000 | 11001110 | 1010 | 1010001 | 0 | 10011 | 100100101 | 1000011 | 110000 |
Color Harmonies of #BA28CE
Complementary color
Monochromatic Colors of #BA28CE
Black with #BA28CE
Text Example
Text Example
White with #BA28CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28CE; }
p { color: rgb(186,40,206); }
H1.HeaderClassName
{
color: #BA28CE;
}
.AnyTagClassName
{
color: #BA28CE;
}
</style>
background-color css
<style>
a { background-color: #BA28CE; }
a { background-color: rgb(186,40,206); }
div.DivClassName
{
background-color: #BA28CE;
}
.BgClassName
{
background-color: #BA28CE;
}
</style>
border-color css
<style>
span { border-color: #BA28CE; }
span { border-color: rgb(186,40,206); }
td.TdClassName
{
border-color: #BA28CE;
}
.TagClassName
{
border-color: #BA28CE;
}
</style>