Shades of Medium Orchid #BA5DCD
Tints of Medium Orchid #BA5DCD
RGB
CMYK
RGB Variations
Color information
#BA5DCD (or 0xBA5DCD) is known color: Medium Orchid. HEX triplet: BA, 5D and CD. RGB value is (186,93,205). Sum of RGB (Red+Green+Blue) = 186+93+205=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA5DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DCD is #45A232. Grayscale: #858585. Windows color (decimal): -4563507 or 13458874. OLE color: 13458874.
HSL color Cylindrical-coordinate representation of color #BA5DCD: hue angle of 289.82º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5DCD is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 93 | 205 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.20 |
| HSL | 289.82º | 0.53% | 0.58% | - |
| HSV(B) | 289.82º | 0.55% | 0.8% | - |
| XYZ | 35.18 | 22.68 | 60.28 | - |
| YUV | 133.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 205 | 0.09 | 0.55 | 0 | 0.20 | 289.82 | 0.53 | 0.58 |
| Hex | BA | 5D | CD | 9 | 37 | 0 | 14 | 122 | 35 | 3A |
| Octal | 272 | 135 | 315 | 11 | 67 | 0 | 24 | 442 | 65 | 72 |
| Binary | 10111010 | 1011101 | 11001101 | 1001 | 110111 | 0 | 10100 | 100100010 | 110101 | 111010 |
Color Harmonies of #BA5DCD
Complementary color
Monochromatic Colors of #BA5DCD
Black with #BA5DCD
Text Example
Text Example
White with #BA5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DCD; }
p { color: rgb(186,93,205); }
H1.HeaderClassName
{
color: #BA5DCD;
}
.AnyTagClassName
{
color: #BA5DCD;
}
</style>
background-color css
<style>
a { background-color: #BA5DCD; }
a { background-color: rgb(186,93,205); }
div.DivClassName
{
background-color: #BA5DCD;
}
.BgClassName
{
background-color: #BA5DCD;
}
</style>
border-color css
<style>
span { border-color: #BA5DCD; }
span { border-color: rgb(186,93,205); }
td.TdClassName
{
border-color: #BA5DCD;
}
.TagClassName
{
border-color: #BA5DCD;
}
</style>