Shades of Medium Orchid #BA5CCA
Tints of Medium Orchid #BA5CCA
RGB
CMYK
RGB Variations
Color information
#BA5CCA (or 0xBA5CCA) is known color: Medium Orchid. HEX triplet: BA, 5C and CA. RGB value is (186,92,202). Sum of RGB (Red+Green+Blue) = 186+92+202=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA5CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CCA is #45A335. Grayscale: #848484. Windows color (decimal): -4563766 or 13262010. OLE color: 13262010.
HSL color Cylindrical-coordinate representation of color #BA5CCA: hue angle of 291.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5CCA is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 92 | 202 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.21 |
| HSL | 291.27º | 0.51% | 0.58% | - |
| HSV(B) | 291.27º | 0.54% | 0.79% | - |
| XYZ | 34.74 | 22.36 | 58.36 | - |
| YUV | 132.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 202 | 0.08 | 0.54 | 0 | 0.21 | 291.27 | 0.51 | 0.58 |
| Hex | BA | 5C | CA | 8 | 36 | 0 | 15 | 123 | 33 | 3A |
| Octal | 272 | 134 | 312 | 10 | 66 | 0 | 25 | 443 | 63 | 72 |
| Binary | 10111010 | 1011100 | 11001010 | 1000 | 110110 | 0 | 10101 | 100100011 | 110011 | 111010 |
Color Harmonies of #BA5CCA
Complementary color
Monochromatic Colors of #BA5CCA
Black with #BA5CCA
Text Example
Text Example
White with #BA5CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CCA; }
p { color: rgb(186,92,202); }
H1.HeaderClassName
{
color: #BA5CCA;
}
.AnyTagClassName
{
color: #BA5CCA;
}
</style>
background-color css
<style>
a { background-color: #BA5CCA; }
a { background-color: rgb(186,92,202); }
div.DivClassName
{
background-color: #BA5CCA;
}
.BgClassName
{
background-color: #BA5CCA;
}
</style>
border-color css
<style>
span { border-color: #BA5CCA; }
span { border-color: rgb(186,92,202); }
td.TdClassName
{
border-color: #BA5CCA;
}
.TagClassName
{
border-color: #BA5CCA;
}
</style>