Shades of Medium Orchid #BA5BCA
Tints of Medium Orchid #BA5BCA
RGB
CMYK
RGB Variations
Color information
#BA5BCA (or 0xBA5BCA) is known color: Medium Orchid. HEX triplet: BA, 5B and CA. RGB value is (186,91,202). Sum of RGB (Red+Green+Blue) = 186+91+202=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA5BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BCA is #45A435. Grayscale: #838383. Windows color (decimal): -4564022 or 13261754. OLE color: 13261754.
HSL color Cylindrical-coordinate representation of color #BA5BCA: hue angle of 291.35º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5BCA is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 91 | 202 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.21 |
| HSL | 291.35º | 0.51% | 0.57% | - |
| HSV(B) | 291.35º | 0.55% | 0.79% | - |
| XYZ | 34.65 | 22.19 | 58.33 | - |
| YUV | 132.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 202 | 0.08 | 0.55 | 0 | 0.21 | 291.35 | 0.51 | 0.57 |
| Hex | BA | 5B | CA | 8 | 37 | 0 | 15 | 123 | 33 | 39 |
| Octal | 272 | 133 | 312 | 10 | 67 | 0 | 25 | 443 | 63 | 71 |
| Binary | 10111010 | 1011011 | 11001010 | 1000 | 110111 | 0 | 10101 | 100100011 | 110011 | 111001 |
Color Harmonies of #BA5BCA
Complementary color
Monochromatic Colors of #BA5BCA
Black with #BA5BCA
Text Example
Text Example
White with #BA5BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BCA; }
p { color: rgb(186,91,202); }
H1.HeaderClassName
{
color: #BA5BCA;
}
.AnyTagClassName
{
color: #BA5BCA;
}
</style>
background-color css
<style>
a { background-color: #BA5BCA; }
a { background-color: rgb(186,91,202); }
div.DivClassName
{
background-color: #BA5BCA;
}
.BgClassName
{
background-color: #BA5BCA;
}
</style>
border-color css
<style>
span { border-color: #BA5BCA; }
span { border-color: rgb(186,91,202); }
td.TdClassName
{
border-color: #BA5BCA;
}
.TagClassName
{
border-color: #BA5BCA;
}
</style>