Shades of Medium Orchid #BA5ACC
Tints of Medium Orchid #BA5ACC
RGB
CMYK
RGB Variations
Color information
#BA5ACC (or 0xBA5ACC) is known color: Medium Orchid. HEX triplet: BA, 5A and CC. RGB value is (186,90,204). Sum of RGB (Red+Green+Blue) = 186+90+204=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA5ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ACC is #45A533. Grayscale: #838383. Windows color (decimal): -4564276 or 13392570. OLE color: 13392570.
HSL color Cylindrical-coordinate representation of color #BA5ACC: hue angle of 290.53º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5ACC is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 90 | 204 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.2 |
| HSL | 290.53º | 0.53% | 0.58% | - |
| HSV(B) | 290.53º | 0.56% | 0.8% | - |
| XYZ | 34.8 | 22.11 | 59.56 | - |
| YUV | 131.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 204 | 0.09 | 0.56 | 0 | 0.2 | 290.53 | 0.53 | 0.58 |
| Hex | BA | 5A | CC | 9 | 38 | 0 | 14 | 123 | 35 | 3A |
| Octal | 272 | 132 | 314 | 11 | 70 | 0 | 24 | 443 | 65 | 72 |
| Binary | 10111010 | 1011010 | 11001100 | 1001 | 111000 | 0 | 10100 | 100100011 | 110101 | 111010 |
Color Harmonies of #BA5ACC
Complementary color
Monochromatic Colors of #BA5ACC
Black with #BA5ACC
Text Example
Text Example
White with #BA5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5ACC; }
p { color: rgb(186,90,204); }
H1.HeaderClassName
{
color: #BA5ACC;
}
.AnyTagClassName
{
color: #BA5ACC;
}
</style>
background-color css
<style>
a { background-color: #BA5ACC; }
a { background-color: rgb(186,90,204); }
div.DivClassName
{
background-color: #BA5ACC;
}
.BgClassName
{
background-color: #BA5ACC;
}
</style>
border-color css
<style>
span { border-color: #BA5ACC; }
span { border-color: rgb(186,90,204); }
td.TdClassName
{
border-color: #BA5ACC;
}
.TagClassName
{
border-color: #BA5ACC;
}
</style>