Shades of Medium Orchid #BA50CA
Tints of Medium Orchid #BA50CA
RGB
CMYK
RGB Variations
Color information
#BA50CA (or 0xBA50CA) is known color: Medium Orchid. HEX triplet: BA, 50 and CA. RGB value is (186,80,202). Sum of RGB (Red+Green+Blue) = 186+80+202=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA50CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50CA is #45AF35. Grayscale: #7D7D7D. Windows color (decimal): -4566838 or 13258938. OLE color: 13258938.
HSL color Cylindrical-coordinate representation of color #BA50CA: hue angle of 292.13º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA50CA is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 80 | 202 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.21 |
| HSL | 292.13º | 0.54% | 0.55% | - |
| HSV(B) | 292.13º | 0.6% | 0.79% | - |
| XYZ | 33.78 | 20.44 | 58.04 | - |
| YUV | 125.6 | 171.12 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 202 | 0.08 | 0.60 | 0 | 0.21 | 292.13 | 0.54 | 0.55 |
| Hex | BA | 50 | CA | 8 | 3C | 0 | 15 | 124 | 36 | 37 |
| Octal | 272 | 120 | 312 | 10 | 74 | 0 | 25 | 444 | 66 | 67 |
| Binary | 10111010 | 1010000 | 11001010 | 1000 | 111100 | 0 | 10101 | 100100100 | 110110 | 110111 |
Color Harmonies of #BA50CA
Complementary color
Monochromatic Colors of #BA50CA
Black with #BA50CA
Text Example
Text Example
White with #BA50CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50CA; }
p { color: rgb(186,80,202); }
H1.HeaderClassName
{
color: #BA50CA;
}
.AnyTagClassName
{
color: #BA50CA;
}
</style>
background-color css
<style>
a { background-color: #BA50CA; }
a { background-color: rgb(186,80,202); }
div.DivClassName
{
background-color: #BA50CA;
}
.BgClassName
{
background-color: #BA50CA;
}
</style>
border-color css
<style>
span { border-color: #BA50CA; }
span { border-color: rgb(186,80,202); }
td.TdClassName
{
border-color: #BA50CA;
}
.TagClassName
{
border-color: #BA50CA;
}
</style>