Shades of Medium Orchid #BA5BCC
Tints of Medium Orchid #BA5BCC
RGB
CMYK
RGB Variations
Color information
#BA5BCC (or 0xBA5BCC) is known color: Medium Orchid. HEX triplet: BA, 5B and CC. RGB value is (186,91,204). Sum of RGB (Red+Green+Blue) = 186+91+204=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA5BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BCC is #45A433. Grayscale: #838383. Windows color (decimal): -4564020 or 13392826. OLE color: 13392826.
HSL color Cylindrical-coordinate representation of color #BA5BCC: hue angle of 290.44º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5BCC is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 91 | 204 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.2 |
| HSL | 290.44º | 0.53% | 0.58% | - |
| HSV(B) | 290.44º | 0.55% | 0.8% | - |
| XYZ | 34.89 | 22.28 | 59.59 | - |
| YUV | 132.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 204 | 0.09 | 0.55 | 0 | 0.2 | 290.44 | 0.53 | 0.58 |
| Hex | BA | 5B | CC | 9 | 37 | 0 | 14 | 122 | 35 | 3A |
| Octal | 272 | 133 | 314 | 11 | 67 | 0 | 24 | 442 | 65 | 72 |
| Binary | 10111010 | 1011011 | 11001100 | 1001 | 110111 | 0 | 10100 | 100100010 | 110101 | 111010 |
Color Harmonies of #BA5BCC
Complementary color
Monochromatic Colors of #BA5BCC
Black with #BA5BCC
Text Example
Text Example
White with #BA5BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BCC; }
p { color: rgb(186,91,204); }
H1.HeaderClassName
{
color: #BA5BCC;
}
.AnyTagClassName
{
color: #BA5BCC;
}
</style>
background-color css
<style>
a { background-color: #BA5BCC; }
a { background-color: rgb(186,91,204); }
div.DivClassName
{
background-color: #BA5BCC;
}
.BgClassName
{
background-color: #BA5BCC;
}
</style>
border-color css
<style>
span { border-color: #BA5BCC; }
span { border-color: rgb(186,91,204); }
td.TdClassName
{
border-color: #BA5BCC;
}
.TagClassName
{
border-color: #BA5BCC;
}
</style>