Shades of Medium Orchid #BA5ECA
Tints of Medium Orchid #BA5ECA
RGB
CMYK
RGB Variations
Color information
#BA5ECA (or 0xBA5ECA) is known color: Medium Orchid. HEX triplet: BA, 5E and CA. RGB value is (186,94,202). Sum of RGB (Red+Green+Blue) = 186+94+202=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA5ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ECA is #45A135. Grayscale: #858585. Windows color (decimal): -4563254 or 13262522. OLE color: 13262522.
HSL color Cylindrical-coordinate representation of color #BA5ECA: hue angle of 291.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5ECA is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 94 | 202 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.21 |
| HSL | 291.11º | 0.5% | 0.58% | - |
| HSV(B) | 291.11º | 0.53% | 0.79% | - |
| XYZ | 34.91 | 22.71 | 58.42 | - |
| YUV | 133.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 202 | 0.08 | 0.53 | 0 | 0.21 | 291.11 | 0.5 | 0.58 |
| Hex | BA | 5E | CA | 8 | 35 | 0 | 15 | 123 | 32 | 3A |
| Octal | 272 | 136 | 312 | 10 | 65 | 0 | 25 | 443 | 62 | 72 |
| Binary | 10111010 | 1011110 | 11001010 | 1000 | 110101 | 0 | 10101 | 100100011 | 110010 | 111010 |
Color Harmonies of #BA5ECA
Complementary color
Monochromatic Colors of #BA5ECA
Black with #BA5ECA
Text Example
Text Example
White with #BA5ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5ECA; }
p { color: rgb(186,94,202); }
H1.HeaderClassName
{
color: #BA5ECA;
}
.AnyTagClassName
{
color: #BA5ECA;
}
</style>
background-color css
<style>
a { background-color: #BA5ECA; }
a { background-color: rgb(186,94,202); }
div.DivClassName
{
background-color: #BA5ECA;
}
.BgClassName
{
background-color: #BA5ECA;
}
</style>
border-color css
<style>
span { border-color: #BA5ECA; }
span { border-color: rgb(186,94,202); }
td.TdClassName
{
border-color: #BA5ECA;
}
.TagClassName
{
border-color: #BA5ECA;
}
</style>