Shades of Medium Orchid #BA58CC
Tints of Medium Orchid #BA58CC
RGB
CMYK
RGB Variations
Color information
#BA58CC (or 0xBA58CC) is known color: Medium Orchid. HEX triplet: BA, 58 and CC. RGB value is (186,88,204). Sum of RGB (Red+Green+Blue) = 186+88+204=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA58CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58CC is #45A733. Grayscale: #828282. Windows color (decimal): -4564788 or 13392058. OLE color: 13392058.
HSL color Cylindrical-coordinate representation of color #BA58CC: hue angle of 290.69º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA58CC is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 88 | 204 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.2 |
| HSL | 290.69º | 0.53% | 0.57% | - |
| HSV(B) | 290.69º | 0.57% | 0.8% | - |
| XYZ | 34.64 | 21.78 | 59.5 | - |
| YUV | 130.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 204 | 0.09 | 0.57 | 0 | 0.2 | 290.69 | 0.53 | 0.57 |
| Hex | BA | 58 | CC | 9 | 39 | 0 | 14 | 123 | 35 | 39 |
| Octal | 272 | 130 | 314 | 11 | 71 | 0 | 24 | 443 | 65 | 71 |
| Binary | 10111010 | 1011000 | 11001100 | 1001 | 111001 | 0 | 10100 | 100100011 | 110101 | 111001 |
Color Harmonies of #BA58CC
Complementary color
Monochromatic Colors of #BA58CC
Black with #BA58CC
Text Example
Text Example
White with #BA58CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58CC; }
p { color: rgb(186,88,204); }
H1.HeaderClassName
{
color: #BA58CC;
}
.AnyTagClassName
{
color: #BA58CC;
}
</style>
background-color css
<style>
a { background-color: #BA58CC; }
a { background-color: rgb(186,88,204); }
div.DivClassName
{
background-color: #BA58CC;
}
.BgClassName
{
background-color: #BA58CC;
}
</style>
border-color css
<style>
span { border-color: #BA58CC; }
span { border-color: rgb(186,88,204); }
td.TdClassName
{
border-color: #BA58CC;
}
.TagClassName
{
border-color: #BA58CC;
}
</style>