Shades of Medium Orchid #BA58CE
Tints of Medium Orchid #BA58CE
RGB
CMYK
RGB Variations
Color information
#BA58CE (or 0xBA58CE) is known color: Medium Orchid. HEX triplet: BA, 58 and CE. RGB value is (186,88,206). Sum of RGB (Red+Green+Blue) = 186+88+206=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA58CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58CE is #45A731. Grayscale: #828282. Windows color (decimal): -4564786 or 13523130. OLE color: 13523130.
HSL color Cylindrical-coordinate representation of color #BA58CE: hue angle of 289.83º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA58CE is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 88 | 206 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.19 |
| HSL | 289.83º | 0.55% | 0.58% | - |
| HSV(B) | 289.83º | 0.57% | 0.81% | - |
| XYZ | 34.88 | 21.87 | 60.78 | - |
| YUV | 130.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 206 | 0.10 | 0.57 | 0 | 0.19 | 289.83 | 0.55 | 0.58 |
| Hex | BA | 58 | CE | A | 39 | 0 | 13 | 122 | 37 | 3A |
| Octal | 272 | 130 | 316 | 12 | 71 | 0 | 23 | 442 | 67 | 72 |
| Binary | 10111010 | 1011000 | 11001110 | 1010 | 111001 | 0 | 10011 | 100100010 | 110111 | 111010 |
Color Harmonies of #BA58CE
Complementary color
Monochromatic Colors of #BA58CE
Black with #BA58CE
Text Example
Text Example
White with #BA58CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58CE; }
p { color: rgb(186,88,206); }
H1.HeaderClassName
{
color: #BA58CE;
}
.AnyTagClassName
{
color: #BA58CE;
}
</style>
background-color css
<style>
a { background-color: #BA58CE; }
a { background-color: rgb(186,88,206); }
div.DivClassName
{
background-color: #BA58CE;
}
.BgClassName
{
background-color: #BA58CE;
}
</style>
border-color css
<style>
span { border-color: #BA58CE; }
span { border-color: rgb(186,88,206); }
td.TdClassName
{
border-color: #BA58CE;
}
.TagClassName
{
border-color: #BA58CE;
}
</style>