Shades of Medium Orchid #BA5CC8
Tints of Medium Orchid #BA5CC8
RGB
CMYK
RGB Variations
Color information
#BA5CC8 (or 0xBA5CC8) is known color: Medium Orchid. HEX triplet: BA, 5C and C8. RGB value is (186,92,200). Sum of RGB (Red+Green+Blue) = 186+92+200=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA5CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CC8 is #45A337. Grayscale: #848484. Windows color (decimal): -4563768 or 13130938. OLE color: 13130938.
HSL color Cylindrical-coordinate representation of color #BA5CC8: hue angle of 292.22º 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 #BA5CC8 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 92 | 200 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.22 |
| HSL | 292.22º | 0.5% | 0.57% | - |
| HSV(B) | 292.22º | 0.54% | 0.78% | - |
| XYZ | 34.5 | 22.26 | 57.12 | - |
| YUV | 132.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 200 | 0.07 | 0.54 | 0 | 0.22 | 292.22 | 0.5 | 0.57 |
| Hex | BA | 5C | C8 | 7 | 36 | 0 | 16 | 124 | 32 | 39 |
| Octal | 272 | 134 | 310 | 7 | 66 | 0 | 26 | 444 | 62 | 71 |
| Binary | 10111010 | 1011100 | 11001000 | 111 | 110110 | 0 | 10110 | 100100100 | 110010 | 111001 |
Color Harmonies of #BA5CC8
Complementary color
Monochromatic Colors of #BA5CC8
Black with #BA5CC8
Text Example
Text Example
White with #BA5CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CC8; }
p { color: rgb(186,92,200); }
H1.HeaderClassName
{
color: #BA5CC8;
}
.AnyTagClassName
{
color: #BA5CC8;
}
</style>
background-color css
<style>
a { background-color: #BA5CC8; }
a { background-color: rgb(186,92,200); }
div.DivClassName
{
background-color: #BA5CC8;
}
.BgClassName
{
background-color: #BA5CC8;
}
</style>
border-color css
<style>
span { border-color: #BA5CC8; }
span { border-color: rgb(186,92,200); }
td.TdClassName
{
border-color: #BA5CC8;
}
.TagClassName
{
border-color: #BA5CC8;
}
</style>