Shades of Medium Orchid #BA65CD
Tints of Medium Orchid #BA65CD
RGB
CMYK
RGB Variations
Color information
#BA65CD (or 0xBA65CD) is known color: Medium Orchid. HEX triplet: BA, 65 and CD. RGB value is (186,101,205). Sum of RGB (Red+Green+Blue) = 186+101+205=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA65CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65CD is #459A32. Grayscale: #898989. Windows color (decimal): -4561459 or 13460922. OLE color: 13460922.
HSL color Cylindrical-coordinate representation of color #BA65CD: hue angle of 289.04º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA65CD is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 101 | 205 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.20 |
| HSL | 289.04º | 0.51% | 0.6% | - |
| HSV(B) | 289.04º | 0.51% | 0.8% | - |
| XYZ | 35.92 | 24.15 | 60.53 | - |
| YUV | 138.27 | 165.66 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 205 | 0.09 | 0.51 | 0 | 0.20 | 289.04 | 0.51 | 0.6 |
| Hex | BA | 65 | CD | 9 | 33 | 0 | 14 | 121 | 33 | 3C |
| Octal | 272 | 145 | 315 | 11 | 63 | 0 | 24 | 441 | 63 | 74 |
| Binary | 10111010 | 1100101 | 11001101 | 1001 | 110011 | 0 | 10100 | 100100001 | 110011 | 111100 |
Color Harmonies of #BA65CD
Complementary color
Monochromatic Colors of #BA65CD
Black with #BA65CD
Text Example
Text Example
White with #BA65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65CD; }
p { color: rgb(186,101,205); }
H1.HeaderClassName
{
color: #BA65CD;
}
.AnyTagClassName
{
color: #BA65CD;
}
</style>
background-color css
<style>
a { background-color: #BA65CD; }
a { background-color: rgb(186,101,205); }
div.DivClassName
{
background-color: #BA65CD;
}
.BgClassName
{
background-color: #BA65CD;
}
</style>
border-color css
<style>
span { border-color: #BA65CD; }
span { border-color: rgb(186,101,205); }
td.TdClassName
{
border-color: #BA65CD;
}
.TagClassName
{
border-color: #BA65CD;
}
</style>