Shades of Medium Orchid #BA75CA
Tints of Medium Orchid #BA75CA
RGB
CMYK
RGB Variations
Color information
#BA75CA (or 0xBA75CA) is known color: Medium Orchid. HEX triplet: BA, 75 and CA. RGB value is (186,117,202). Sum of RGB (Red+Green+Blue) = 186+117+202=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA75CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75CA is #458A35. Grayscale: #939393. Windows color (decimal): -4557366 or 13268410. OLE color: 13268410.
HSL color Cylindrical-coordinate representation of color #BA75CA: hue angle of 288.71º degrees, saturation: 0.45, 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 #BA75CA is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 117 | 202 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.21 |
| HSL | 288.71º | 0.45% | 0.63% | - |
| HSV(B) | 288.71º | 0.42% | 0.79% | - |
| XYZ | 37.27 | 27.43 | 59.21 | - |
| YUV | 147.32 | 158.86 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 202 | 0.08 | 0.42 | 0 | 0.21 | 288.71 | 0.45 | 0.63 |
| Hex | BA | 75 | CA | 8 | 2A | 0 | 15 | 121 | 2D | 3F |
| Octal | 272 | 165 | 312 | 10 | 52 | 0 | 25 | 441 | 55 | 77 |
| Binary | 10111010 | 1110101 | 11001010 | 1000 | 101010 | 0 | 10101 | 100100001 | 101101 | 111111 |
Color Harmonies of #BA75CA
Complementary color
Monochromatic Colors of #BA75CA
Black with #BA75CA
Text Example
Text Example
White with #BA75CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75CA; }
p { color: rgb(186,117,202); }
H1.HeaderClassName
{
color: #BA75CA;
}
.AnyTagClassName
{
color: #BA75CA;
}
</style>
background-color css
<style>
a { background-color: #BA75CA; }
a { background-color: rgb(186,117,202); }
div.DivClassName
{
background-color: #BA75CA;
}
.BgClassName
{
background-color: #BA75CA;
}
</style>
border-color css
<style>
span { border-color: #BA75CA; }
span { border-color: rgb(186,117,202); }
td.TdClassName
{
border-color: #BA75CA;
}
.TagClassName
{
border-color: #BA75CA;
}
</style>