Shades of Medium Orchid #BA5BC8
Tints of Medium Orchid #BA5BC8
RGB
CMYK
RGB Variations
Color information
#BA5BC8 (or 0xBA5BC8) is known color: Medium Orchid. HEX triplet: BA, 5B and C8. RGB value is (186,91,200). Sum of RGB (Red+Green+Blue) = 186+91+200=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA5BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BC8 is #45A437. Grayscale: #838383. Windows color (decimal): -4564024 or 13130682. OLE color: 13130682.
HSL color Cylindrical-coordinate representation of color #BA5BC8: hue angle of 292.29º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5BC8 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 91 | 200 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.22 |
| HSL | 292.29º | 0.5% | 0.57% | - |
| HSV(B) | 292.29º | 0.55% | 0.78% | - |
| XYZ | 34.42 | 22.09 | 57.09 | - |
| YUV | 131.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 200 | 0.07 | 0.54 | 0 | 0.22 | 292.29 | 0.5 | 0.57 |
| Hex | BA | 5B | C8 | 7 | 36 | 0 | 16 | 124 | 32 | 39 |
| Octal | 272 | 133 | 310 | 7 | 66 | 0 | 26 | 444 | 62 | 71 |
| Binary | 10111010 | 1011011 | 11001000 | 111 | 110110 | 0 | 10110 | 100100100 | 110010 | 111001 |
Color Harmonies of #BA5BC8
Complementary color
Monochromatic Colors of #BA5BC8
Black with #BA5BC8
Text Example
Text Example
White with #BA5BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BC8; }
p { color: rgb(186,91,200); }
H1.HeaderClassName
{
color: #BA5BC8;
}
.AnyTagClassName
{
color: #BA5BC8;
}
</style>
background-color css
<style>
a { background-color: #BA5BC8; }
a { background-color: rgb(186,91,200); }
div.DivClassName
{
background-color: #BA5BC8;
}
.BgClassName
{
background-color: #BA5BC8;
}
</style>
border-color css
<style>
span { border-color: #BA5BC8; }
span { border-color: rgb(186,91,200); }
td.TdClassName
{
border-color: #BA5BC8;
}
.TagClassName
{
border-color: #BA5BC8;
}
</style>