Shades of Medium Orchid #BA54DC
Tints of Medium Orchid #BA54DC
RGB
CMYK
RGB Variations
Color information
#BA54DC (or 0xBA54DC) is known color: Medium Orchid. HEX triplet: BA, 54 and DC. RGB value is (186,84,220). Sum of RGB (Red+Green+Blue) = 186+84+220=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA54DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54DC is #45AB23. Grayscale: #818181. Windows color (decimal): -4565796 or 14439610. OLE color: 14439610.
HSL color Cylindrical-coordinate representation of color #BA54DC: hue angle of 285º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA54DC is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 84 | 220 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.14 |
| HSL | 285º | 0.66% | 0.6% | - |
| HSV(B) | 285º | 0.62% | 0.86% | - |
| XYZ | 36.34 | 21.95 | 70.03 | - |
| YUV | 130 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 220 | 0.15 | 0.62 | 0 | 0.14 | 285 | 0.66 | 0.6 |
| Hex | BA | 54 | DC | F | 3E | 0 | E | 11D | 42 | 3C |
| Octal | 272 | 124 | 334 | 17 | 76 | 0 | 16 | 435 | 102 | 74 |
| Binary | 10111010 | 1010100 | 11011100 | 1111 | 111110 | 0 | 1110 | 100011101 | 1000010 | 111100 |
Color Harmonies of #BA54DC
Complementary color
Monochromatic Colors of #BA54DC
Black with #BA54DC
Text Example
Text Example
White with #BA54DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA54DC; }
p { color: rgb(186,84,220); }
H1.HeaderClassName
{
color: #BA54DC;
}
.AnyTagClassName
{
color: #BA54DC;
}
</style>
background-color css
<style>
a { background-color: #BA54DC; }
a { background-color: rgb(186,84,220); }
div.DivClassName
{
background-color: #BA54DC;
}
.BgClassName
{
background-color: #BA54DC;
}
</style>
border-color css
<style>
span { border-color: #BA54DC; }
span { border-color: rgb(186,84,220); }
td.TdClassName
{
border-color: #BA54DC;
}
.TagClassName
{
border-color: #BA54DC;
}
</style>