Shades of Medium Orchid #BA5AC8
Tints of Medium Orchid #BA5AC8
RGB
CMYK
RGB Variations
Color information
#BA5AC8 (or 0xBA5AC8) is known color: Medium Orchid. HEX triplet: BA, 5A and C8. RGB value is (186,90,200). Sum of RGB (Red+Green+Blue) = 186+90+200=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA5AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AC8 is #45A537. Grayscale: #828282. Windows color (decimal): -4564280 or 13130426. OLE color: 13130426.
HSL color Cylindrical-coordinate representation of color #BA5AC8: hue angle of 292.36º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5AC8 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 90 | 200 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.22 |
| HSL | 292.36º | 0.5% | 0.57% | - |
| HSV(B) | 292.36º | 0.55% | 0.78% | - |
| XYZ | 34.33 | 21.92 | 57.07 | - |
| YUV | 131.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 200 | 0.07 | 0.55 | 0 | 0.22 | 292.36 | 0.5 | 0.57 |
| Hex | BA | 5A | C8 | 7 | 37 | 0 | 16 | 124 | 32 | 39 |
| Octal | 272 | 132 | 310 | 7 | 67 | 0 | 26 | 444 | 62 | 71 |
| Binary | 10111010 | 1011010 | 11001000 | 111 | 110111 | 0 | 10110 | 100100100 | 110010 | 111001 |
Color Harmonies of #BA5AC8
Complementary color
Monochromatic Colors of #BA5AC8
Black with #BA5AC8
Text Example
Text Example
White with #BA5AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AC8; }
p { color: rgb(186,90,200); }
H1.HeaderClassName
{
color: #BA5AC8;
}
.AnyTagClassName
{
color: #BA5AC8;
}
</style>
background-color css
<style>
a { background-color: #BA5AC8; }
a { background-color: rgb(186,90,200); }
div.DivClassName
{
background-color: #BA5AC8;
}
.BgClassName
{
background-color: #BA5AC8;
}
</style>
border-color css
<style>
span { border-color: #BA5AC8; }
span { border-color: rgb(186,90,200); }
td.TdClassName
{
border-color: #BA5AC8;
}
.TagClassName
{
border-color: #BA5AC8;
}
</style>