Shades of Medium Orchid #BA6CE9
Tints of Medium Orchid #BA6CE9
RGB
CMYK
RGB Variations
Color information
#BA6CE9 (or 0xBA6CE9) is known color: Medium Orchid. HEX triplet: BA, 6C and E9. RGB value is (186,108,233). Sum of RGB (Red+Green+Blue) = 186+108+233=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA6CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6CE9 is #459316. Grayscale: #919191. Windows color (decimal): -4559639 or 15297722. OLE color: 15297722.
HSL color Cylindrical-coordinate representation of color #BA6CE9: hue angle of 277.44º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA6CE9 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 108 | 233 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.09 |
| HSL | 277.44º | 0.74% | 0.67% | - |
| HSV(B) | 277.44º | 0.54% | 0.91% | - |
| XYZ | 40.32 | 27.05 | 80.19 | - |
| YUV | 145.57 | 177.34 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 233 | 0.20 | 0.54 | 0 | 0.09 | 277.44 | 0.74 | 0.67 |
| Hex | BA | 6C | E9 | 14 | 36 | 0 | 9 | 115 | 4A | 43 |
| Octal | 272 | 154 | 351 | 24 | 66 | 0 | 11 | 425 | 112 | 103 |
| Binary | 10111010 | 1101100 | 11101001 | 10100 | 110110 | 0 | 1001 | 100010101 | 1001010 | 1000011 |
Color Harmonies of #BA6CE9
Complementary color
Monochromatic Colors of #BA6CE9
Black with #BA6CE9
Text Example
Text Example
White with #BA6CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CE9; }
p { color: rgb(186,108,233); }
H1.HeaderClassName
{
color: #BA6CE9;
}
.AnyTagClassName
{
color: #BA6CE9;
}
</style>
background-color css
<style>
a { background-color: #BA6CE9; }
a { background-color: rgb(186,108,233); }
div.DivClassName
{
background-color: #BA6CE9;
}
.BgClassName
{
background-color: #BA6CE9;
}
</style>
border-color css
<style>
span { border-color: #BA6CE9; }
span { border-color: rgb(186,108,233); }
td.TdClassName
{
border-color: #BA6CE9;
}
.TagClassName
{
border-color: #BA6CE9;
}
</style>