Shades of Medium Orchid #BA73DE
Tints of Medium Orchid #BA73DE
RGB
CMYK
RGB Variations
Color information
#BA73DE (or 0xBA73DE) is known color: Medium Orchid. HEX triplet: BA, 73 and DE. RGB value is (186,115,222). Sum of RGB (Red+Green+Blue) = 186+115+222=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA73DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73DE is #458C21. Grayscale: #949494. Windows color (decimal): -4557858 or 14578618. OLE color: 14578618.
HSL color Cylindrical-coordinate representation of color #BA73DE: hue angle of 279.81º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA73DE is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 115 | 222 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.13 |
| HSL | 279.81º | 0.62% | 0.66% | - |
| HSV(B) | 279.81º | 0.48% | 0.87% | - |
| XYZ | 39.57 | 27.97 | 72.42 | - |
| YUV | 148.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 222 | 0.16 | 0.48 | 0 | 0.13 | 279.81 | 0.62 | 0.66 |
| Hex | BA | 73 | DE | 10 | 30 | 0 | D | 118 | 3E | 42 |
| Octal | 272 | 163 | 336 | 20 | 60 | 0 | 15 | 430 | 76 | 102 |
| Binary | 10111010 | 1110011 | 11011110 | 10000 | 110000 | 0 | 1101 | 100011000 | 111110 | 1000010 |
Color Harmonies of #BA73DE
Complementary color
Monochromatic Colors of #BA73DE
Black with #BA73DE
Text Example
Text Example
White with #BA73DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73DE; }
p { color: rgb(186,115,222); }
H1.HeaderClassName
{
color: #BA73DE;
}
.AnyTagClassName
{
color: #BA73DE;
}
</style>
background-color css
<style>
a { background-color: #BA73DE; }
a { background-color: rgb(186,115,222); }
div.DivClassName
{
background-color: #BA73DE;
}
.BgClassName
{
background-color: #BA73DE;
}
</style>
border-color css
<style>
span { border-color: #BA73DE; }
span { border-color: rgb(186,115,222); }
td.TdClassName
{
border-color: #BA73DE;
}
.TagClassName
{
border-color: #BA73DE;
}
</style>