Shades of Medium Orchid #BA5BEE
Tints of Medium Orchid #BA5BEE
RGB
CMYK
RGB Variations
Color information
#BA5BEE (or 0xBA5BEE) is known color: Medium Orchid. HEX triplet: BA, 5B and EE. RGB value is (186,91,238). Sum of RGB (Red+Green+Blue) = 186+91+238=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 91 (35.94% from 255 or 17.67% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA5BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5BEE is #45A411. Grayscale: #878787. Windows color (decimal): -4563986 or 15621050. OLE color: 15621050.
HSL color Cylindrical-coordinate representation of color #BA5BEE: hue angle of 278.78º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5BEE is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 91 | 238 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.07 |
| HSL | 278.78º | 0.81% | 0.65% | - |
| HSV(B) | 278.78º | 0.62% | 0.93% | - |
| XYZ | 39.42 | 24.09 | 83.46 | - |
| YUV | 136.16 | 185.47 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 238 | 0.22 | 0.62 | 0 | 0.07 | 278.78 | 0.81 | 0.65 |
| Hex | BA | 5B | EE | 16 | 3E | 0 | 7 | 117 | 51 | 41 |
| Octal | 272 | 133 | 356 | 26 | 76 | 0 | 7 | 427 | 121 | 101 |
| Binary | 10111010 | 1011011 | 11101110 | 10110 | 111110 | 0 | 111 | 100010111 | 1010001 | 1000001 |
Color Harmonies of #BA5BEE
Complementary color
Monochromatic Colors of #BA5BEE
Black with #BA5BEE
Text Example
Text Example
White with #BA5BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BEE; }
p { color: rgb(186,91,238); }
H1.HeaderClassName
{
color: #BA5BEE;
}
.AnyTagClassName
{
color: #BA5BEE;
}
</style>
background-color css
<style>
a { background-color: #BA5BEE; }
a { background-color: rgb(186,91,238); }
div.DivClassName
{
background-color: #BA5BEE;
}
.BgClassName
{
background-color: #BA5BEE;
}
</style>
border-color css
<style>
span { border-color: #BA5BEE; }
span { border-color: rgb(186,91,238); }
td.TdClassName
{
border-color: #BA5BEE;
}
.TagClassName
{
border-color: #BA5BEE;
}
</style>