Shades of Medium Orchid #BA5ACE
Tints of Medium Orchid #BA5ACE
RGB
CMYK
RGB Variations
Color information
#BA5ACE (or 0xBA5ACE) is known color: Medium Orchid. HEX triplet: BA, 5A and CE. RGB value is (186,90,206). Sum of RGB (Red+Green+Blue) = 186+90+206=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA5ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ACE is #45A531. Grayscale: #838383. Windows color (decimal): -4564274 or 13523642. OLE color: 13523642.
HSL color Cylindrical-coordinate representation of color #BA5ACE: hue angle of 289.66º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5ACE is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 90 | 206 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.19 |
| HSL | 289.66º | 0.54% | 0.58% | - |
| HSV(B) | 289.66º | 0.56% | 0.81% | - |
| XYZ | 35.05 | 22.21 | 60.83 | - |
| YUV | 131.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 206 | 0.10 | 0.56 | 0 | 0.19 | 289.66 | 0.54 | 0.58 |
| Hex | BA | 5A | CE | A | 38 | 0 | 13 | 122 | 36 | 3A |
| Octal | 272 | 132 | 316 | 12 | 70 | 0 | 23 | 442 | 66 | 72 |
| Binary | 10111010 | 1011010 | 11001110 | 1010 | 111000 | 0 | 10011 | 100100010 | 110110 | 111010 |
Color Harmonies of #BA5ACE
Complementary color
Monochromatic Colors of #BA5ACE
Black with #BA5ACE
Text Example
Text Example
White with #BA5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5ACE; }
p { color: rgb(186,90,206); }
H1.HeaderClassName
{
color: #BA5ACE;
}
.AnyTagClassName
{
color: #BA5ACE;
}
</style>
background-color css
<style>
a { background-color: #BA5ACE; }
a { background-color: rgb(186,90,206); }
div.DivClassName
{
background-color: #BA5ACE;
}
.BgClassName
{
background-color: #BA5ACE;
}
</style>
border-color css
<style>
span { border-color: #BA5ACE; }
span { border-color: rgb(186,90,206); }
td.TdClassName
{
border-color: #BA5ACE;
}
.TagClassName
{
border-color: #BA5ACE;
}
</style>