Shades of Medium Orchid #BA5CCE
Tints of Medium Orchid #BA5CCE
RGB
CMYK
RGB Variations
Color information
#BA5CCE (or 0xBA5CCE) is known color: Medium Orchid. HEX triplet: BA, 5C and CE. RGB value is (186,92,206). Sum of RGB (Red+Green+Blue) = 186+92+206=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA5CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CCE is #45A331. Grayscale: #848484. Windows color (decimal): -4563762 or 13524154. OLE color: 13524154.
HSL color Cylindrical-coordinate representation of color #BA5CCE: hue angle of 289.47º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5CCE is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 92 | 206 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.19 |
| HSL | 289.47º | 0.54% | 0.58% | - |
| HSV(B) | 289.47º | 0.55% | 0.81% | - |
| XYZ | 35.22 | 22.55 | 60.89 | - |
| YUV | 133.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 206 | 0.10 | 0.55 | 0 | 0.19 | 289.47 | 0.54 | 0.58 |
| Hex | BA | 5C | CE | A | 37 | 0 | 13 | 121 | 36 | 3A |
| Octal | 272 | 134 | 316 | 12 | 67 | 0 | 23 | 441 | 66 | 72 |
| Binary | 10111010 | 1011100 | 11001110 | 1010 | 110111 | 0 | 10011 | 100100001 | 110110 | 111010 |
Color Harmonies of #BA5CCE
Complementary color
Monochromatic Colors of #BA5CCE
Black with #BA5CCE
Text Example
Text Example
White with #BA5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CCE; }
p { color: rgb(186,92,206); }
H1.HeaderClassName
{
color: #BA5CCE;
}
.AnyTagClassName
{
color: #BA5CCE;
}
</style>
background-color css
<style>
a { background-color: #BA5CCE; }
a { background-color: rgb(186,92,206); }
div.DivClassName
{
background-color: #BA5CCE;
}
.BgClassName
{
background-color: #BA5CCE;
}
</style>
border-color css
<style>
span { border-color: #BA5CCE; }
span { border-color: rgb(186,92,206); }
td.TdClassName
{
border-color: #BA5CCE;
}
.TagClassName
{
border-color: #BA5CCE;
}
</style>