Shades of Medium Orchid #BA45DE
Tints of Medium Orchid #BA45DE
RGB
CMYK
RGB Variations
Color information
#BA45DE (or 0xBA45DE) is known color: Medium Orchid. HEX triplet: BA, 45 and DE. RGB value is (186,69,222). Sum of RGB (Red+Green+Blue) = 186+69+222=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA45DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45DE is #45BA21. Grayscale: #787878. Windows color (decimal): -4569634 or 14566842. OLE color: 14566842.
HSL color Cylindrical-coordinate representation of color #BA45DE: hue angle of 285.88º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA45DE is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 69 | 222 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.13 |
| HSL | 285.88º | 0.7% | 0.57% | - |
| HSV(B) | 285.88º | 0.69% | 0.87% | - |
| XYZ | 35.56 | 19.97 | 71.09 | - |
| YUV | 121.43 | 184.76 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 222 | 0.16 | 0.69 | 0 | 0.13 | 285.88 | 0.7 | 0.57 |
| Hex | BA | 45 | DE | 10 | 45 | 0 | D | 11E | 46 | 39 |
| Octal | 272 | 105 | 336 | 20 | 105 | 0 | 15 | 436 | 106 | 71 |
| Binary | 10111010 | 1000101 | 11011110 | 10000 | 1000101 | 0 | 1101 | 100011110 | 1000110 | 111001 |
Color Harmonies of #BA45DE
Complementary color
Monochromatic Colors of #BA45DE
Black with #BA45DE
Text Example
Text Example
White with #BA45DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45DE; }
p { color: rgb(186,69,222); }
H1.HeaderClassName
{
color: #BA45DE;
}
.AnyTagClassName
{
color: #BA45DE;
}
</style>
background-color css
<style>
a { background-color: #BA45DE; }
a { background-color: rgb(186,69,222); }
div.DivClassName
{
background-color: #BA45DE;
}
.BgClassName
{
background-color: #BA45DE;
}
</style>
border-color css
<style>
span { border-color: #BA45DE; }
span { border-color: rgb(186,69,222); }
td.TdClassName
{
border-color: #BA45DE;
}
.TagClassName
{
border-color: #BA45DE;
}
</style>