Shades of Medium Orchid #BA5ECC
Tints of Medium Orchid #BA5ECC
RGB
CMYK
RGB Variations
Color information
#BA5ECC (or 0xBA5ECC) is known color: Medium Orchid. HEX triplet: BA, 5E and CC. RGB value is (186,94,204). Sum of RGB (Red+Green+Blue) = 186+94+204=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA5ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ECC is #45A133. Grayscale: #858585. Windows color (decimal): -4563252 or 13393594. OLE color: 13393594.
HSL color Cylindrical-coordinate representation of color #BA5ECC: hue angle of 290.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5ECC is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 94 | 204 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.2 |
| HSL | 290.18º | 0.52% | 0.58% | - |
| HSV(B) | 290.18º | 0.54% | 0.8% | - |
| XYZ | 35.15 | 22.8 | 59.68 | - |
| YUV | 134.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 204 | 0.09 | 0.54 | 0 | 0.2 | 290.18 | 0.52 | 0.58 |
| Hex | BA | 5E | CC | 9 | 36 | 0 | 14 | 122 | 34 | 3A |
| Octal | 272 | 136 | 314 | 11 | 66 | 0 | 24 | 442 | 64 | 72 |
| Binary | 10111010 | 1011110 | 11001100 | 1001 | 110110 | 0 | 10100 | 100100010 | 110100 | 111010 |
Color Harmonies of #BA5ECC
Complementary color
Monochromatic Colors of #BA5ECC
Black with #BA5ECC
Text Example
Text Example
White with #BA5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5ECC; }
p { color: rgb(186,94,204); }
H1.HeaderClassName
{
color: #BA5ECC;
}
.AnyTagClassName
{
color: #BA5ECC;
}
</style>
background-color css
<style>
a { background-color: #BA5ECC; }
a { background-color: rgb(186,94,204); }
div.DivClassName
{
background-color: #BA5ECC;
}
.BgClassName
{
background-color: #BA5ECC;
}
</style>
border-color css
<style>
span { border-color: #BA5ECC; }
span { border-color: rgb(186,94,204); }
td.TdClassName
{
border-color: #BA5ECC;
}
.TagClassName
{
border-color: #BA5ECC;
}
</style>