Shades of Medium Orchid #BA5CC9
Tints of Medium Orchid #BA5CC9
RGB
CMYK
RGB Variations
Color information
#BA5CC9 (or 0xBA5CC9) is known color: Medium Orchid. HEX triplet: BA, 5C and C9. RGB value is (186,92,201). Sum of RGB (Red+Green+Blue) = 186+92+201=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA5CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CC9 is #45A336. Grayscale: #848484. Windows color (decimal): -4563767 or 13196474. OLE color: 13196474.
HSL color Cylindrical-coordinate representation of color #BA5CC9: hue angle of 291.74º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5CC9 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 92 | 201 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.21 |
| HSL | 291.74º | 0.5% | 0.57% | - |
| HSV(B) | 291.74º | 0.54% | 0.79% | - |
| XYZ | 34.62 | 22.31 | 57.74 | - |
| YUV | 132.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 201 | 0.07 | 0.54 | 0 | 0.21 | 291.74 | 0.5 | 0.57 |
| Hex | BA | 5C | C9 | 7 | 36 | 0 | 15 | 124 | 32 | 39 |
| Octal | 272 | 134 | 311 | 7 | 66 | 0 | 25 | 444 | 62 | 71 |
| Binary | 10111010 | 1011100 | 11001001 | 111 | 110110 | 0 | 10101 | 100100100 | 110010 | 111001 |
Color Harmonies of #BA5CC9
Complementary color
Monochromatic Colors of #BA5CC9
Black with #BA5CC9
Text Example
Text Example
White with #BA5CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CC9; }
p { color: rgb(186,92,201); }
H1.HeaderClassName
{
color: #BA5CC9;
}
.AnyTagClassName
{
color: #BA5CC9;
}
</style>
background-color css
<style>
a { background-color: #BA5CC9; }
a { background-color: rgb(186,92,201); }
div.DivClassName
{
background-color: #BA5CC9;
}
.BgClassName
{
background-color: #BA5CC9;
}
</style>
border-color css
<style>
span { border-color: #BA5CC9; }
span { border-color: rgb(186,92,201); }
td.TdClassName
{
border-color: #BA5CC9;
}
.TagClassName
{
border-color: #BA5CC9;
}
</style>