Shades of Medium Orchid #BA6CED
Tints of Medium Orchid #BA6CED
RGB
CMYK
RGB Variations
Color information
#BA6CED (or 0xBA6CED) is known color: Medium Orchid. HEX triplet: BA, 6C and ED. RGB value is (186,108,237). Sum of RGB (Red+Green+Blue) = 186+108+237=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA6CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6CED is #459312. Grayscale: #919191. Windows color (decimal): -4559635 or 15559866. OLE color: 15559866.
HSL color Cylindrical-coordinate representation of color #BA6CED: hue angle of 276.28º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA6CED is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 108 | 237 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.07 |
| HSL | 276.28º | 0.78% | 0.68% | - |
| HSV(B) | 276.28º | 0.54% | 0.93% | - |
| XYZ | 40.9 | 27.28 | 83.23 | - |
| YUV | 146.03 | 179.34 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 237 | 0.22 | 0.54 | 0 | 0.07 | 276.28 | 0.78 | 0.68 |
| Hex | BA | 6C | ED | 16 | 36 | 0 | 7 | 114 | 4E | 44 |
| Octal | 272 | 154 | 355 | 26 | 66 | 0 | 7 | 424 | 116 | 104 |
| Binary | 10111010 | 1101100 | 11101101 | 10110 | 110110 | 0 | 111 | 100010100 | 1001110 | 1000100 |
Color Harmonies of #BA6CED
Complementary color
Monochromatic Colors of #BA6CED
Black with #BA6CED
Text Example
Text Example
White with #BA6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CED; }
p { color: rgb(186,108,237); }
H1.HeaderClassName
{
color: #BA6CED;
}
.AnyTagClassName
{
color: #BA6CED;
}
</style>
background-color css
<style>
a { background-color: #BA6CED; }
a { background-color: rgb(186,108,237); }
div.DivClassName
{
background-color: #BA6CED;
}
.BgClassName
{
background-color: #BA6CED;
}
</style>
border-color css
<style>
span { border-color: #BA6CED; }
span { border-color: rgb(186,108,237); }
td.TdClassName
{
border-color: #BA6CED;
}
.TagClassName
{
border-color: #BA6CED;
}
</style>