Shades of Medium Orchid #BA5CCD
Tints of Medium Orchid #BA5CCD
RGB
CMYK
RGB Variations
Color information
#BA5CCD (or 0xBA5CCD) is known color: Medium Orchid. HEX triplet: BA, 5C and CD. RGB value is (186,92,205). Sum of RGB (Red+Green+Blue) = 186+92+205=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA5CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CCD is #45A332. Grayscale: #848484. Windows color (decimal): -4563763 or 13458618. OLE color: 13458618.
HSL color Cylindrical-coordinate representation of color #BA5CCD: hue angle of 289.91º 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 #BA5CCD is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 92 | 205 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.20 |
| HSL | 289.91º | 0.53% | 0.58% | - |
| HSV(B) | 289.91º | 0.55% | 0.8% | - |
| XYZ | 35.1 | 22.5 | 60.25 | - |
| YUV | 132.99 | 168.64 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 205 | 0.09 | 0.55 | 0 | 0.20 | 289.91 | 0.53 | 0.58 |
| Hex | BA | 5C | CD | 9 | 37 | 0 | 14 | 122 | 35 | 3A |
| Octal | 272 | 134 | 315 | 11 | 67 | 0 | 24 | 442 | 65 | 72 |
| Binary | 10111010 | 1011100 | 11001101 | 1001 | 110111 | 0 | 10100 | 100100010 | 110101 | 111010 |
Color Harmonies of #BA5CCD
Complementary color
Monochromatic Colors of #BA5CCD
Black with #BA5CCD
Text Example
Text Example
White with #BA5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CCD; }
p { color: rgb(186,92,205); }
H1.HeaderClassName
{
color: #BA5CCD;
}
.AnyTagClassName
{
color: #BA5CCD;
}
</style>
background-color css
<style>
a { background-color: #BA5CCD; }
a { background-color: rgb(186,92,205); }
div.DivClassName
{
background-color: #BA5CCD;
}
.BgClassName
{
background-color: #BA5CCD;
}
</style>
border-color css
<style>
span { border-color: #BA5CCD; }
span { border-color: rgb(186,92,205); }
td.TdClassName
{
border-color: #BA5CCD;
}
.TagClassName
{
border-color: #BA5CCD;
}
</style>