Shades of Medium Orchid #BA5FCA
Tints of Medium Orchid #BA5FCA
RGB
CMYK
RGB Variations
Color information
#BA5FCA (or 0xBA5FCA) is known color: Medium Orchid. HEX triplet: BA, 5F and CA. RGB value is (186,95,202). Sum of RGB (Red+Green+Blue) = 186+95+202=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA5FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FCA is #45A035. Grayscale: #868686. Windows color (decimal): -4562998 or 13262778. OLE color: 13262778.
HSL color Cylindrical-coordinate representation of color #BA5FCA: hue angle of 291.03º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5FCA is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 95 | 202 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.21 |
| HSL | 291.03º | 0.5% | 0.58% | - |
| HSV(B) | 291.03º | 0.53% | 0.79% | - |
| XYZ | 35 | 22.89 | 58.45 | - |
| YUV | 134.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 202 | 0.08 | 0.53 | 0 | 0.21 | 291.03 | 0.5 | 0.58 |
| Hex | BA | 5F | CA | 8 | 35 | 0 | 15 | 123 | 32 | 3A |
| Octal | 272 | 137 | 312 | 10 | 65 | 0 | 25 | 443 | 62 | 72 |
| Binary | 10111010 | 1011111 | 11001010 | 1000 | 110101 | 0 | 10101 | 100100011 | 110010 | 111010 |
Color Harmonies of #BA5FCA
Complementary color
Monochromatic Colors of #BA5FCA
Black with #BA5FCA
Text Example
Text Example
White with #BA5FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FCA; }
p { color: rgb(186,95,202); }
H1.HeaderClassName
{
color: #BA5FCA;
}
.AnyTagClassName
{
color: #BA5FCA;
}
</style>
background-color css
<style>
a { background-color: #BA5FCA; }
a { background-color: rgb(186,95,202); }
div.DivClassName
{
background-color: #BA5FCA;
}
.BgClassName
{
background-color: #BA5FCA;
}
</style>
border-color css
<style>
span { border-color: #BA5FCA; }
span { border-color: rgb(186,95,202); }
td.TdClassName
{
border-color: #BA5FCA;
}
.TagClassName
{
border-color: #BA5FCA;
}
</style>