Shades of Medium Orchid #BA73CC
Tints of Medium Orchid #BA73CC
RGB
CMYK
RGB Variations
Color information
#BA73CC (or 0xBA73CC) is known color: Medium Orchid. HEX triplet: BA, 73 and CC. RGB value is (186,115,204). Sum of RGB (Red+Green+Blue) = 186+115+204=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA73CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73CC is #458C33. Grayscale: #929292. Windows color (decimal): -4557876 or 13398970. OLE color: 13398970.
HSL color Cylindrical-coordinate representation of color #BA73CC: hue angle of 287.87º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA73CC is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 115 | 204 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.2 |
| HSL | 287.87º | 0.47% | 0.63% | - |
| HSV(B) | 287.87º | 0.44% | 0.8% | - |
| XYZ | 37.28 | 27.06 | 60.39 | - |
| YUV | 146.38 | 160.52 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 204 | 0.09 | 0.44 | 0 | 0.2 | 287.87 | 0.47 | 0.63 |
| Hex | BA | 73 | CC | 9 | 2C | 0 | 14 | 120 | 2F | 3F |
| Octal | 272 | 163 | 314 | 11 | 54 | 0 | 24 | 440 | 57 | 77 |
| Binary | 10111010 | 1110011 | 11001100 | 1001 | 101100 | 0 | 10100 | 100100000 | 101111 | 111111 |
Color Harmonies of #BA73CC
Complementary color
Monochromatic Colors of #BA73CC
Black with #BA73CC
Text Example
Text Example
White with #BA73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73CC; }
p { color: rgb(186,115,204); }
H1.HeaderClassName
{
color: #BA73CC;
}
.AnyTagClassName
{
color: #BA73CC;
}
</style>
background-color css
<style>
a { background-color: #BA73CC; }
a { background-color: rgb(186,115,204); }
div.DivClassName
{
background-color: #BA73CC;
}
.BgClassName
{
background-color: #BA73CC;
}
</style>
border-color css
<style>
span { border-color: #BA73CC; }
span { border-color: rgb(186,115,204); }
td.TdClassName
{
border-color: #BA73CC;
}
.TagClassName
{
border-color: #BA73CC;
}
</style>