Shades of Medium Orchid #BA61CA
Tints of Medium Orchid #BA61CA
RGB
CMYK
RGB Variations
Color information
#BA61CA (or 0xBA61CA) is known color: Medium Orchid. HEX triplet: BA, 61 and CA. RGB value is (186,97,202). Sum of RGB (Red+Green+Blue) = 186+97+202=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA61CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61CA is #459E35. Grayscale: #878787. Windows color (decimal): -4562486 or 13263290. OLE color: 13263290.
HSL color Cylindrical-coordinate representation of color #BA61CA: hue angle of 290.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA61CA is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 97 | 202 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.21 |
| HSL | 290.86º | 0.5% | 0.59% | - |
| HSV(B) | 290.86º | 0.52% | 0.79% | - |
| XYZ | 35.19 | 23.25 | 58.51 | - |
| YUV | 135.58 | 165.49 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 202 | 0.08 | 0.52 | 0 | 0.21 | 290.86 | 0.5 | 0.59 |
| Hex | BA | 61 | CA | 8 | 34 | 0 | 15 | 123 | 32 | 3B |
| Octal | 272 | 141 | 312 | 10 | 64 | 0 | 25 | 443 | 62 | 73 |
| Binary | 10111010 | 1100001 | 11001010 | 1000 | 110100 | 0 | 10101 | 100100011 | 110010 | 111011 |
Color Harmonies of #BA61CA
Complementary color
Monochromatic Colors of #BA61CA
Black with #BA61CA
Text Example
Text Example
White with #BA61CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61CA; }
p { color: rgb(186,97,202); }
H1.HeaderClassName
{
color: #BA61CA;
}
.AnyTagClassName
{
color: #BA61CA;
}
</style>
background-color css
<style>
a { background-color: #BA61CA; }
a { background-color: rgb(186,97,202); }
div.DivClassName
{
background-color: #BA61CA;
}
.BgClassName
{
background-color: #BA61CA;
}
</style>
border-color css
<style>
span { border-color: #BA61CA; }
span { border-color: rgb(186,97,202); }
td.TdClassName
{
border-color: #BA61CA;
}
.TagClassName
{
border-color: #BA61CA;
}
</style>