Shades of Medium Orchid #BA5DEF
Tints of Medium Orchid #BA5DEF
RGB
CMYK
RGB Variations
Color information
#BA5DEF (or 0xBA5DEF) is known color: Medium Orchid. HEX triplet: BA, 5D and EF. RGB value is (186,93,239). Sum of RGB (Red+Green+Blue) = 186+93+239=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA5DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DEF is #45A210. Grayscale: #888888. Windows color (decimal): -4563473 or 15687098. OLE color: 15687098.
HSL color Cylindrical-coordinate representation of color #BA5DEF: hue angle of 278.22º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5DEF is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 93 | 239 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.06 |
| HSL | 278.22º | 0.82% | 0.65% | - |
| HSV(B) | 278.22º | 0.61% | 0.94% | - |
| XYZ | 39.74 | 24.5 | 84.3 | - |
| YUV | 137.45 | 185.31 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 239 | 0.22 | 0.61 | 0 | 0.06 | 278.22 | 0.82 | 0.65 |
| Hex | BA | 5D | EF | 16 | 3D | 0 | 6 | 116 | 52 | 41 |
| Octal | 272 | 135 | 357 | 26 | 75 | 0 | 6 | 426 | 122 | 101 |
| Binary | 10111010 | 1011101 | 11101111 | 10110 | 111101 | 0 | 110 | 100010110 | 1010010 | 1000001 |
Color Harmonies of #BA5DEF
Complementary color
Monochromatic Colors of #BA5DEF
Black with #BA5DEF
Text Example
Text Example
White with #BA5DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DEF; }
p { color: rgb(186,93,239); }
H1.HeaderClassName
{
color: #BA5DEF;
}
.AnyTagClassName
{
color: #BA5DEF;
}
</style>
background-color css
<style>
a { background-color: #BA5DEF; }
a { background-color: rgb(186,93,239); }
div.DivClassName
{
background-color: #BA5DEF;
}
.BgClassName
{
background-color: #BA5DEF;
}
</style>
border-color css
<style>
span { border-color: #BA5DEF; }
span { border-color: rgb(186,93,239); }
td.TdClassName
{
border-color: #BA5DEF;
}
.TagClassName
{
border-color: #BA5DEF;
}
</style>