Shades of Medium Orchid #BA6CCE
Tints of Medium Orchid #BA6CCE
RGB
CMYK
RGB Variations
Color information
#BA6CCE (or 0xBA6CCE) is known color: Medium Orchid. HEX triplet: BA, 6C and CE. RGB value is (186,108,206). Sum of RGB (Red+Green+Blue) = 186+108+206=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA6CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CCE is #459331. Grayscale: #8E8E8E. Windows color (decimal): -4559666 or 13528250. OLE color: 13528250.
HSL color Cylindrical-coordinate representation of color #BA6CCE: hue angle of 287.76º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6CCE is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 108 | 206 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.19 |
| HSL | 287.76º | 0.5% | 0.62% | - |
| HSV(B) | 287.76º | 0.48% | 0.81% | - |
| XYZ | 36.75 | 25.62 | 61.4 | - |
| YUV | 142.49 | 163.84 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 206 | 0.10 | 0.48 | 0 | 0.19 | 287.76 | 0.5 | 0.62 |
| Hex | BA | 6C | CE | A | 30 | 0 | 13 | 120 | 32 | 3E |
| Octal | 272 | 154 | 316 | 12 | 60 | 0 | 23 | 440 | 62 | 76 |
| Binary | 10111010 | 1101100 | 11001110 | 1010 | 110000 | 0 | 10011 | 100100000 | 110010 | 111110 |
Color Harmonies of #BA6CCE
Complementary color
Monochromatic Colors of #BA6CCE
Black with #BA6CCE
Text Example
Text Example
White with #BA6CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CCE; }
p { color: rgb(186,108,206); }
H1.HeaderClassName
{
color: #BA6CCE;
}
.AnyTagClassName
{
color: #BA6CCE;
}
</style>
background-color css
<style>
a { background-color: #BA6CCE; }
a { background-color: rgb(186,108,206); }
div.DivClassName
{
background-color: #BA6CCE;
}
.BgClassName
{
background-color: #BA6CCE;
}
</style>
border-color css
<style>
span { border-color: #BA6CCE; }
span { border-color: rgb(186,108,206); }
td.TdClassName
{
border-color: #BA6CCE;
}
.TagClassName
{
border-color: #BA6CCE;
}
</style>