Shades of Medium Orchid #BA76CA
Tints of Medium Orchid #BA76CA
RGB
CMYK
RGB Variations
Color information
#BA76CA (or 0xBA76CA) is known color: Medium Orchid. HEX triplet: BA, 76 and CA. RGB value is (186,118,202). Sum of RGB (Red+Green+Blue) = 186+118+202=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA76CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76CA is #458935. Grayscale: #939393. Windows color (decimal): -4557110 or 13268666. OLE color: 13268666.
HSL color Cylindrical-coordinate representation of color #BA76CA: hue angle of 288.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA76CA is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 118 | 202 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.21 |
| HSL | 288.57º | 0.44% | 0.63% | - |
| HSV(B) | 288.57º | 0.42% | 0.79% | - |
| XYZ | 37.39 | 27.66 | 59.25 | - |
| YUV | 147.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 202 | 0.08 | 0.42 | 0 | 0.21 | 288.57 | 0.44 | 0.63 |
| Hex | BA | 76 | CA | 8 | 2A | 0 | 15 | 121 | 2C | 3F |
| Octal | 272 | 166 | 312 | 10 | 52 | 0 | 25 | 441 | 54 | 77 |
| Binary | 10111010 | 1110110 | 11001010 | 1000 | 101010 | 0 | 10101 | 100100001 | 101100 | 111111 |
Color Harmonies of #BA76CA
Complementary color
Monochromatic Colors of #BA76CA
Black with #BA76CA
Text Example
Text Example
White with #BA76CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76CA; }
p { color: rgb(186,118,202); }
H1.HeaderClassName
{
color: #BA76CA;
}
.AnyTagClassName
{
color: #BA76CA;
}
</style>
background-color css
<style>
a { background-color: #BA76CA; }
a { background-color: rgb(186,118,202); }
div.DivClassName
{
background-color: #BA76CA;
}
.BgClassName
{
background-color: #BA76CA;
}
</style>
border-color css
<style>
span { border-color: #BA76CA; }
span { border-color: rgb(186,118,202); }
td.TdClassName
{
border-color: #BA76CA;
}
.TagClassName
{
border-color: #BA76CA;
}
</style>