Shades of Medium Orchid #BA6BEC
Tints of Medium Orchid #BA6BEC
RGB
CMYK
RGB Variations
Color information
#BA6BEC (or 0xBA6BEC) is known color: Medium Orchid. HEX triplet: BA, 6B and EC. RGB value is (186,107,236). Sum of RGB (Red+Green+Blue) = 186+107+236=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA6BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6BEC is #459413. Grayscale: #909090. Windows color (decimal): -4559892 or 15494074. OLE color: 15494074.
HSL color Cylindrical-coordinate representation of color #BA6BEC: hue angle of 276.74º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6BEC is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 107 | 236 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.07 |
| HSL | 276.74º | 0.77% | 0.67% | - |
| HSV(B) | 276.74º | 0.55% | 0.93% | - |
| XYZ | 40.65 | 27.01 | 82.43 | - |
| YUV | 145.33 | 179.17 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 236 | 0.21 | 0.55 | 0 | 0.07 | 276.74 | 0.77 | 0.67 |
| Hex | BA | 6B | EC | 15 | 37 | 0 | 7 | 115 | 4D | 43 |
| Octal | 272 | 153 | 354 | 25 | 67 | 0 | 7 | 425 | 115 | 103 |
| Binary | 10111010 | 1101011 | 11101100 | 10101 | 110111 | 0 | 111 | 100010101 | 1001101 | 1000011 |
Color Harmonies of #BA6BEC
Complementary color
Monochromatic Colors of #BA6BEC
Black with #BA6BEC
Text Example
Text Example
White with #BA6BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BEC; }
p { color: rgb(186,107,236); }
H1.HeaderClassName
{
color: #BA6BEC;
}
.AnyTagClassName
{
color: #BA6BEC;
}
</style>
background-color css
<style>
a { background-color: #BA6BEC; }
a { background-color: rgb(186,107,236); }
div.DivClassName
{
background-color: #BA6BEC;
}
.BgClassName
{
background-color: #BA6BEC;
}
</style>
border-color css
<style>
span { border-color: #BA6BEC; }
span { border-color: rgb(186,107,236); }
td.TdClassName
{
border-color: #BA6BEC;
}
.TagClassName
{
border-color: #BA6BEC;
}
</style>