Shades of Medium Orchid #BA58D0
Tints of Medium Orchid #BA58D0
RGB
CMYK
RGB Variations
Color information
#BA58D0 (or 0xBA58D0) is known color: Medium Orchid. HEX triplet: BA, 58 and D0. RGB value is (186,88,208). Sum of RGB (Red+Green+Blue) = 186+88+208=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA58D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58D0 is #45A72F. Grayscale: #828282. Windows color (decimal): -4564784 or 13654202. OLE color: 13654202.
HSL color Cylindrical-coordinate representation of color #BA58D0: hue angle of 289º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA58D0 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 88 | 208 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.18 |
| HSL | 289º | 0.56% | 0.58% | - |
| HSV(B) | 289º | 0.58% | 0.82% | - |
| XYZ | 35.12 | 21.97 | 62.06 | - |
| YUV | 130.98 | 171.47 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 208 | 0.11 | 0.58 | 0 | 0.18 | 289 | 0.56 | 0.58 |
| Hex | BA | 58 | D0 | B | 3A | 0 | 12 | 121 | 38 | 3A |
| Octal | 272 | 130 | 320 | 13 | 72 | 0 | 22 | 441 | 70 | 72 |
| Binary | 10111010 | 1011000 | 11010000 | 1011 | 111010 | 0 | 10010 | 100100001 | 111000 | 111010 |
Color Harmonies of #BA58D0
Complementary color
Monochromatic Colors of #BA58D0
Black with #BA58D0
Text Example
Text Example
White with #BA58D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58D0; }
p { color: rgb(186,88,208); }
H1.HeaderClassName
{
color: #BA58D0;
}
.AnyTagClassName
{
color: #BA58D0;
}
</style>
background-color css
<style>
a { background-color: #BA58D0; }
a { background-color: rgb(186,88,208); }
div.DivClassName
{
background-color: #BA58D0;
}
.BgClassName
{
background-color: #BA58D0;
}
</style>
border-color css
<style>
span { border-color: #BA58D0; }
span { border-color: rgb(186,88,208); }
td.TdClassName
{
border-color: #BA58D0;
}
.TagClassName
{
border-color: #BA58D0;
}
</style>