Shades of Medium Orchid #BA58DD
Tints of Medium Orchid #BA58DD
RGB
CMYK
RGB Variations
Color information
#BA58DD (or 0xBA58DD) is known color: Medium Orchid. HEX triplet: BA, 58 and DD. RGB value is (186,88,221). Sum of RGB (Red+Green+Blue) = 186+88+221=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA58DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58DD is #45A722. Grayscale: #848484. Windows color (decimal): -4564771 or 14506170. OLE color: 14506170.
HSL color Cylindrical-coordinate representation of color #BA58DD: hue angle of 284.21º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA58DD is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 88 | 221 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.13 |
| HSL | 284.21º | 0.66% | 0.61% | - |
| HSV(B) | 284.21º | 0.6% | 0.87% | - |
| XYZ | 36.79 | 22.64 | 70.84 | - |
| YUV | 132.46 | 177.97 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 221 | 0.16 | 0.60 | 0 | 0.13 | 284.21 | 0.66 | 0.61 |
| Hex | BA | 58 | DD | 10 | 3C | 0 | D | 11C | 42 | 3D |
| Octal | 272 | 130 | 335 | 20 | 74 | 0 | 15 | 434 | 102 | 75 |
| Binary | 10111010 | 1011000 | 11011101 | 10000 | 111100 | 0 | 1101 | 100011100 | 1000010 | 111101 |
Color Harmonies of #BA58DD
Complementary color
Monochromatic Colors of #BA58DD
Black with #BA58DD
Text Example
Text Example
White with #BA58DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58DD; }
p { color: rgb(186,88,221); }
H1.HeaderClassName
{
color: #BA58DD;
}
.AnyTagClassName
{
color: #BA58DD;
}
</style>
background-color css
<style>
a { background-color: #BA58DD; }
a { background-color: rgb(186,88,221); }
div.DivClassName
{
background-color: #BA58DD;
}
.BgClassName
{
background-color: #BA58DD;
}
</style>
border-color css
<style>
span { border-color: #BA58DD; }
span { border-color: rgb(186,88,221); }
td.TdClassName
{
border-color: #BA58DD;
}
.TagClassName
{
border-color: #BA58DD;
}
</style>