Shades of Dark Orchid #BA28CF
Tints of Dark Orchid #BA28CF
RGB
CMYK
RGB Variations
Color information
#BA28CF (or 0xBA28CF) is known color: Dark Orchid. HEX triplet: BA, 28 and CF. RGB value is (186,40,207). Sum of RGB (Red+Green+Blue) = 186+40+207=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA28CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28CF is #45D730. Grayscale: #666666. Windows color (decimal): -4577073 or 13576378. OLE color: 13576378.
HSL color Cylindrical-coordinate representation of color #BA28CF: hue angle of 292.46º degrees, saturation: 0.68, 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 #BA28CF is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 40 | 207 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.19 |
| HSL | 292.46º | 0.68% | 0.48% | - |
| HSV(B) | 292.46º | 0.81% | 0.81% | - |
| XYZ | 32.27 | 16.46 | 60.51 | - |
| YUV | 102.69 | 186.87 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 207 | 0.10 | 0.81 | 0 | 0.19 | 292.46 | 0.68 | 0.48 |
| Hex | BA | 28 | CF | A | 51 | 0 | 13 | 124 | 44 | 30 |
| Octal | 272 | 50 | 317 | 12 | 121 | 0 | 23 | 444 | 104 | 60 |
| Binary | 10111010 | 101000 | 11001111 | 1010 | 1010001 | 0 | 10011 | 100100100 | 1000100 | 110000 |
Color Harmonies of #BA28CF
Complementary color
Monochromatic Colors of #BA28CF
Black with #BA28CF
Text Example
Text Example
White with #BA28CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28CF; }
p { color: rgb(186,40,207); }
H1.HeaderClassName
{
color: #BA28CF;
}
.AnyTagClassName
{
color: #BA28CF;
}
</style>
background-color css
<style>
a { background-color: #BA28CF; }
a { background-color: rgb(186,40,207); }
div.DivClassName
{
background-color: #BA28CF;
}
.BgClassName
{
background-color: #BA28CF;
}
</style>
border-color css
<style>
span { border-color: #BA28CF; }
span { border-color: rgb(186,40,207); }
td.TdClassName
{
border-color: #BA28CF;
}
.TagClassName
{
border-color: #BA28CF;
}
</style>