Shades of Medium Orchid #BA5BEC
Tints of Medium Orchid #BA5BEC
RGB
CMYK
RGB Variations
Color information
#BA5BEC (or 0xBA5BEC) is known color: Medium Orchid. HEX triplet: BA, 5B and EC. RGB value is (186,91,236). Sum of RGB (Red+Green+Blue) = 186+91+236=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA5BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5BEC is #45A413. Grayscale: #878787. Windows color (decimal): -4563988 or 15489978. OLE color: 15489978.
HSL color Cylindrical-coordinate representation of color #BA5BEC: hue angle of 279.31º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5BEC is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 91 | 236 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.07 |
| HSL | 279.31º | 0.79% | 0.64% | - |
| HSV(B) | 279.31º | 0.61% | 0.93% | - |
| XYZ | 39.13 | 23.98 | 81.92 | - |
| YUV | 135.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 236 | 0.21 | 0.61 | 0 | 0.07 | 279.31 | 0.79 | 0.64 |
| Hex | BA | 5B | EC | 15 | 3D | 0 | 7 | 117 | 4F | 40 |
| Octal | 272 | 133 | 354 | 25 | 75 | 0 | 7 | 427 | 117 | 100 |
| Binary | 10111010 | 1011011 | 11101100 | 10101 | 111101 | 0 | 111 | 100010111 | 1001111 | 1000000 |
Color Harmonies of #BA5BEC
Complementary color
Monochromatic Colors of #BA5BEC
Black with #BA5BEC
Text Example
Text Example
White with #BA5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BEC; }
p { color: rgb(186,91,236); }
H1.HeaderClassName
{
color: #BA5BEC;
}
.AnyTagClassName
{
color: #BA5BEC;
}
</style>
background-color css
<style>
a { background-color: #BA5BEC; }
a { background-color: rgb(186,91,236); }
div.DivClassName
{
background-color: #BA5BEC;
}
.BgClassName
{
background-color: #BA5BEC;
}
</style>
border-color css
<style>
span { border-color: #BA5BEC; }
span { border-color: rgb(186,91,236); }
td.TdClassName
{
border-color: #BA5BEC;
}
.TagClassName
{
border-color: #BA5BEC;
}
</style>