Shades of Medium Orchid #BA58DA
Tints of Medium Orchid #BA58DA
RGB
CMYK
RGB Variations
Color information
#BA58DA (or 0xBA58DA) is known color: Medium Orchid. HEX triplet: BA, 58 and DA. RGB value is (186,88,218). Sum of RGB (Red+Green+Blue) = 186+88+218=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA58DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58DA is #45A725. Grayscale: #838383. Windows color (decimal): -4564774 or 14309562. OLE color: 14309562.
HSL color Cylindrical-coordinate representation of color #BA58DA: hue angle of 285.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA58DA is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 88 | 218 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.15 |
| HSL | 285.23º | 0.64% | 0.6% | - |
| HSV(B) | 285.23º | 0.6% | 0.85% | - |
| XYZ | 36.39 | 22.48 | 68.75 | - |
| YUV | 132.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 218 | 0.15 | 0.60 | 0 | 0.15 | 285.23 | 0.64 | 0.6 |
| Hex | BA | 58 | DA | F | 3C | 0 | F | 11D | 40 | 3C |
| Octal | 272 | 130 | 332 | 17 | 74 | 0 | 17 | 435 | 100 | 74 |
| Binary | 10111010 | 1011000 | 11011010 | 1111 | 111100 | 0 | 1111 | 100011101 | 1000000 | 111100 |
Color Harmonies of #BA58DA
Complementary color
Monochromatic Colors of #BA58DA
Black with #BA58DA
Text Example
Text Example
White with #BA58DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58DA; }
p { color: rgb(186,88,218); }
H1.HeaderClassName
{
color: #BA58DA;
}
.AnyTagClassName
{
color: #BA58DA;
}
</style>
background-color css
<style>
a { background-color: #BA58DA; }
a { background-color: rgb(186,88,218); }
div.DivClassName
{
background-color: #BA58DA;
}
.BgClassName
{
background-color: #BA58DA;
}
</style>
border-color css
<style>
span { border-color: #BA58DA; }
span { border-color: rgb(186,88,218); }
td.TdClassName
{
border-color: #BA58DA;
}
.TagClassName
{
border-color: #BA58DA;
}
</style>