Shades of Medium Orchid #BA53CA
Tints of Medium Orchid #BA53CA
RGB
CMYK
RGB Variations
Color information
#BA53CA (or 0xBA53CA) is known color: Medium Orchid. HEX triplet: BA, 53 and CA. RGB value is (186,83,202). Sum of RGB (Red+Green+Blue) = 186+83+202=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA53CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53CA is #45AC35. Grayscale: #7E7E7E. Windows color (decimal): -4566070 or 13259706. OLE color: 13259706.
HSL color Cylindrical-coordinate representation of color #BA53CA: hue angle of 291.93º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA53CA is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 83 | 202 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.21 |
| HSL | 291.93º | 0.53% | 0.56% | - |
| HSV(B) | 291.93º | 0.59% | 0.79% | - |
| XYZ | 34 | 20.89 | 58.12 | - |
| YUV | 127.36 | 170.12 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 202 | 0.08 | 0.59 | 0 | 0.21 | 291.93 | 0.53 | 0.56 |
| Hex | BA | 53 | CA | 8 | 3B | 0 | 15 | 124 | 35 | 38 |
| Octal | 272 | 123 | 312 | 10 | 73 | 0 | 25 | 444 | 65 | 70 |
| Binary | 10111010 | 1010011 | 11001010 | 1000 | 111011 | 0 | 10101 | 100100100 | 110101 | 111000 |
Color Harmonies of #BA53CA
Complementary color
Monochromatic Colors of #BA53CA
Black with #BA53CA
Text Example
Text Example
White with #BA53CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53CA; }
p { color: rgb(186,83,202); }
H1.HeaderClassName
{
color: #BA53CA;
}
.AnyTagClassName
{
color: #BA53CA;
}
</style>
background-color css
<style>
a { background-color: #BA53CA; }
a { background-color: rgb(186,83,202); }
div.DivClassName
{
background-color: #BA53CA;
}
.BgClassName
{
background-color: #BA53CA;
}
</style>
border-color css
<style>
span { border-color: #BA53CA; }
span { border-color: rgb(186,83,202); }
td.TdClassName
{
border-color: #BA53CA;
}
.TagClassName
{
border-color: #BA53CA;
}
</style>