Shades of Medium Orchid #BA73DC
Tints of Medium Orchid #BA73DC
RGB
CMYK
RGB Variations
Color information
#BA73DC (or 0xBA73DC) is known color: Medium Orchid. HEX triplet: BA, 73 and DC. RGB value is (186,115,220). Sum of RGB (Red+Green+Blue) = 186+115+220=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA73DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73DC is #458C23. Grayscale: #939393. Windows color (decimal): -4557860 or 14447546. OLE color: 14447546.
HSL color Cylindrical-coordinate representation of color #BA73DC: hue angle of 280.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA73DC is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 115 | 220 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.14 |
| HSL | 280.57º | 0.6% | 0.66% | - |
| HSV(B) | 280.57º | 0.48% | 0.86% | - |
| XYZ | 39.3 | 27.87 | 71.02 | - |
| YUV | 148.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 220 | 0.15 | 0.48 | 0 | 0.14 | 280.57 | 0.6 | 0.66 |
| Hex | BA | 73 | DC | F | 30 | 0 | E | 119 | 3C | 42 |
| Octal | 272 | 163 | 334 | 17 | 60 | 0 | 16 | 431 | 74 | 102 |
| Binary | 10111010 | 1110011 | 11011100 | 1111 | 110000 | 0 | 1110 | 100011001 | 111100 | 1000010 |
Color Harmonies of #BA73DC
Complementary color
Monochromatic Colors of #BA73DC
Black with #BA73DC
Text Example
Text Example
White with #BA73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73DC; }
p { color: rgb(186,115,220); }
H1.HeaderClassName
{
color: #BA73DC;
}
.AnyTagClassName
{
color: #BA73DC;
}
</style>
background-color css
<style>
a { background-color: #BA73DC; }
a { background-color: rgb(186,115,220); }
div.DivClassName
{
background-color: #BA73DC;
}
.BgClassName
{
background-color: #BA73DC;
}
</style>
border-color css
<style>
span { border-color: #BA73DC; }
span { border-color: rgb(186,115,220); }
td.TdClassName
{
border-color: #BA73DC;
}
.TagClassName
{
border-color: #BA73DC;
}
</style>