Shades of Medium Orchid #BA56CA
Tints of Medium Orchid #BA56CA
RGB
CMYK
RGB Variations
Color information
#BA56CA (or 0xBA56CA) is known color: Medium Orchid. HEX triplet: BA, 56 and CA. RGB value is (186,86,202). Sum of RGB (Red+Green+Blue) = 186+86+202=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA56CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56CA is #45A935. Grayscale: #808080. Windows color (decimal): -4565302 or 13260474. OLE color: 13260474.
HSL color Cylindrical-coordinate representation of color #BA56CA: hue angle of 291.72º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA56CA is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 86 | 202 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.21 |
| HSL | 291.72º | 0.52% | 0.56% | - |
| HSV(B) | 291.72º | 0.57% | 0.79% | - |
| XYZ | 34.24 | 21.36 | 58.2 | - |
| YUV | 129.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 202 | 0.08 | 0.57 | 0 | 0.21 | 291.72 | 0.52 | 0.56 |
| Hex | BA | 56 | CA | 8 | 39 | 0 | 15 | 124 | 34 | 38 |
| Octal | 272 | 126 | 312 | 10 | 71 | 0 | 25 | 444 | 64 | 70 |
| Binary | 10111010 | 1010110 | 11001010 | 1000 | 111001 | 0 | 10101 | 100100100 | 110100 | 111000 |
Color Harmonies of #BA56CA
Complementary color
Monochromatic Colors of #BA56CA
Black with #BA56CA
Text Example
Text Example
White with #BA56CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56CA; }
p { color: rgb(186,86,202); }
H1.HeaderClassName
{
color: #BA56CA;
}
.AnyTagClassName
{
color: #BA56CA;
}
</style>
background-color css
<style>
a { background-color: #BA56CA; }
a { background-color: rgb(186,86,202); }
div.DivClassName
{
background-color: #BA56CA;
}
.BgClassName
{
background-color: #BA56CA;
}
</style>
border-color css
<style>
span { border-color: #BA56CA; }
span { border-color: rgb(186,86,202); }
td.TdClassName
{
border-color: #BA56CA;
}
.TagClassName
{
border-color: #BA56CA;
}
</style>