Shades of Medium Orchid #BA45DF
Tints of Medium Orchid #BA45DF
RGB
CMYK
RGB Variations
Color information
#BA45DF (or 0xBA45DF) is known color: Medium Orchid. HEX triplet: BA, 45 and DF. RGB value is (186,69,223). Sum of RGB (Red+Green+Blue) = 186+69+223=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA45DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45DF is #45BA20. Grayscale: #797979. Windows color (decimal): -4569633 or 14632378. OLE color: 14632378.
HSL color Cylindrical-coordinate representation of color #BA45DF: hue angle of 285.58º degrees, saturation: 0.71, 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 #BA45DF is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 69 | 223 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.13 |
| HSL | 285.58º | 0.71% | 0.57% | - |
| HSV(B) | 285.58º | 0.69% | 0.87% | - |
| XYZ | 35.7 | 20.02 | 71.8 | - |
| YUV | 121.54 | 185.26 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 223 | 0.17 | 0.69 | 0 | 0.13 | 285.58 | 0.71 | 0.57 |
| Hex | BA | 45 | DF | 11 | 45 | 0 | D | 11E | 47 | 39 |
| Octal | 272 | 105 | 337 | 21 | 105 | 0 | 15 | 436 | 107 | 71 |
| Binary | 10111010 | 1000101 | 11011111 | 10001 | 1000101 | 0 | 1101 | 100011110 | 1000111 | 111001 |
Color Harmonies of #BA45DF
Complementary color
Monochromatic Colors of #BA45DF
Black with #BA45DF
Text Example
Text Example
White with #BA45DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA45DF; }
p { color: rgb(186,69,223); }
H1.HeaderClassName
{
color: #BA45DF;
}
.AnyTagClassName
{
color: #BA45DF;
}
</style>
background-color css
<style>
a { background-color: #BA45DF; }
a { background-color: rgb(186,69,223); }
div.DivClassName
{
background-color: #BA45DF;
}
.BgClassName
{
background-color: #BA45DF;
}
</style>
border-color css
<style>
span { border-color: #BA45DF; }
span { border-color: rgb(186,69,223); }
td.TdClassName
{
border-color: #BA45DF;
}
.TagClassName
{
border-color: #BA45DF;
}
</style>