Shades of Medium Orchid #BA5BC9
Tints of Medium Orchid #BA5BC9
RGB
CMYK
RGB Variations
Color information
#BA5BC9 (or 0xBA5BC9) is known color: Medium Orchid. HEX triplet: BA, 5B and C9. RGB value is (186,91,201). Sum of RGB (Red+Green+Blue) = 186+91+201=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA5BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BC9 is #45A436. Grayscale: #838383. Windows color (decimal): -4564023 or 13196218. OLE color: 13196218.
HSL color Cylindrical-coordinate representation of color #BA5BC9: hue angle of 291.82º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5BC9 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 91 | 201 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.21 |
| HSL | 291.82º | 0.5% | 0.57% | - |
| HSV(B) | 291.82º | 0.55% | 0.79% | - |
| XYZ | 34.53 | 22.14 | 57.71 | - |
| YUV | 131.95 | 166.97 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 201 | 0.07 | 0.55 | 0 | 0.21 | 291.82 | 0.5 | 0.57 |
| Hex | BA | 5B | C9 | 7 | 37 | 0 | 15 | 124 | 32 | 39 |
| Octal | 272 | 133 | 311 | 7 | 67 | 0 | 25 | 444 | 62 | 71 |
| Binary | 10111010 | 1011011 | 11001001 | 111 | 110111 | 0 | 10101 | 100100100 | 110010 | 111001 |
Color Harmonies of #BA5BC9
Complementary color
Monochromatic Colors of #BA5BC9
Black with #BA5BC9
Text Example
Text Example
White with #BA5BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BC9; }
p { color: rgb(186,91,201); }
H1.HeaderClassName
{
color: #BA5BC9;
}
.AnyTagClassName
{
color: #BA5BC9;
}
</style>
background-color css
<style>
a { background-color: #BA5BC9; }
a { background-color: rgb(186,91,201); }
div.DivClassName
{
background-color: #BA5BC9;
}
.BgClassName
{
background-color: #BA5BC9;
}
</style>
border-color css
<style>
span { border-color: #BA5BC9; }
span { border-color: rgb(186,91,201); }
td.TdClassName
{
border-color: #BA5BC9;
}
.TagClassName
{
border-color: #BA5BC9;
}
</style>