Shades of Medium Orchid #BA74CA
Tints of Medium Orchid #BA74CA
RGB
CMYK
RGB Variations
Color information
#BA74CA (or 0xBA74CA) is known color: Medium Orchid. HEX triplet: BA, 74 and CA. RGB value is (186,116,202). Sum of RGB (Red+Green+Blue) = 186+116+202=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA74CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74CA is #458B35. Grayscale: #929292. Windows color (decimal): -4557622 or 13268154. OLE color: 13268154.
HSL color Cylindrical-coordinate representation of color #BA74CA: hue angle of 288.84º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA74CA is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 116 | 202 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.21 |
| HSL | 288.84º | 0.45% | 0.62% | - |
| HSV(B) | 288.84º | 0.43% | 0.79% | - |
| XYZ | 37.16 | 27.19 | 59.17 | - |
| YUV | 146.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 202 | 0.08 | 0.43 | 0 | 0.21 | 288.84 | 0.45 | 0.62 |
| Hex | BA | 74 | CA | 8 | 2B | 0 | 15 | 121 | 2D | 3E |
| Octal | 272 | 164 | 312 | 10 | 53 | 0 | 25 | 441 | 55 | 76 |
| Binary | 10111010 | 1110100 | 11001010 | 1000 | 101011 | 0 | 10101 | 100100001 | 101101 | 111110 |
Color Harmonies of #BA74CA
Complementary color
Monochromatic Colors of #BA74CA
Black with #BA74CA
Text Example
Text Example
White with #BA74CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74CA; }
p { color: rgb(186,116,202); }
H1.HeaderClassName
{
color: #BA74CA;
}
.AnyTagClassName
{
color: #BA74CA;
}
</style>
background-color css
<style>
a { background-color: #BA74CA; }
a { background-color: rgb(186,116,202); }
div.DivClassName
{
background-color: #BA74CA;
}
.BgClassName
{
background-color: #BA74CA;
}
</style>
border-color css
<style>
span { border-color: #BA74CA; }
span { border-color: rgb(186,116,202); }
td.TdClassName
{
border-color: #BA74CA;
}
.TagClassName
{
border-color: #BA74CA;
}
</style>