Shades of Medium Orchid #BA6CEE
Tints of Medium Orchid #BA6CEE
RGB
CMYK
RGB Variations
Color information
#BA6CEE (or 0xBA6CEE) is known color: Medium Orchid. HEX triplet: BA, 6C and EE. RGB value is (186,108,238). Sum of RGB (Red+Green+Blue) = 186+108+238=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA6CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6CEE is #459311. Grayscale: #919191. Windows color (decimal): -4559634 or 15625402. OLE color: 15625402.
HSL color Cylindrical-coordinate representation of color #BA6CEE: hue angle of 276º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6CEE is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 108 | 238 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.07 |
| HSL | 276º | 0.79% | 0.68% | - |
| HSV(B) | 276º | 0.55% | 0.93% | - |
| XYZ | 41.04 | 27.34 | 84 | - |
| YUV | 146.14 | 179.84 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 238 | 0.22 | 0.55 | 0 | 0.07 | 276 | 0.79 | 0.68 |
| Hex | BA | 6C | EE | 16 | 37 | 0 | 7 | 114 | 4F | 44 |
| Octal | 272 | 154 | 356 | 26 | 67 | 0 | 7 | 424 | 117 | 104 |
| Binary | 10111010 | 1101100 | 11101110 | 10110 | 110111 | 0 | 111 | 100010100 | 1001111 | 1000100 |
Color Harmonies of #BA6CEE
Complementary color
Monochromatic Colors of #BA6CEE
Black with #BA6CEE
Text Example
Text Example
White with #BA6CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CEE; }
p { color: rgb(186,108,238); }
H1.HeaderClassName
{
color: #BA6CEE;
}
.AnyTagClassName
{
color: #BA6CEE;
}
</style>
background-color css
<style>
a { background-color: #BA6CEE; }
a { background-color: rgb(186,108,238); }
div.DivClassName
{
background-color: #BA6CEE;
}
.BgClassName
{
background-color: #BA6CEE;
}
</style>
border-color css
<style>
span { border-color: #BA6CEE; }
span { border-color: rgb(186,108,238); }
td.TdClassName
{
border-color: #BA6CEE;
}
.TagClassName
{
border-color: #BA6CEE;
}
</style>