Shades of Medium Orchid #BA5DE8
Tints of Medium Orchid #BA5DE8
RGB
CMYK
RGB Variations
Color information
#BA5DE8 (or 0xBA5DE8) is known color: Medium Orchid. HEX triplet: BA, 5D and E8. RGB value is (186,93,232). Sum of RGB (Red+Green+Blue) = 186+93+232=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA5DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DE8 is #45A217. Grayscale: #888888. Windows color (decimal): -4563480 or 15228346. OLE color: 15228346.
HSL color Cylindrical-coordinate representation of color #BA5DE8: hue angle of 280.14º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5DE8 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 93 | 232 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.09 |
| HSL | 280.14º | 0.75% | 0.64% | - |
| HSV(B) | 280.14º | 0.6% | 0.91% | - |
| XYZ | 38.73 | 24.09 | 78.95 | - |
| YUV | 136.65 | 181.81 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 232 | 0.20 | 0.60 | 0 | 0.09 | 280.14 | 0.75 | 0.64 |
| Hex | BA | 5D | E8 | 14 | 3C | 0 | 9 | 118 | 4B | 40 |
| Octal | 272 | 135 | 350 | 24 | 74 | 0 | 11 | 430 | 113 | 100 |
| Binary | 10111010 | 1011101 | 11101000 | 10100 | 111100 | 0 | 1001 | 100011000 | 1001011 | 1000000 |
Color Harmonies of #BA5DE8
Complementary color
Monochromatic Colors of #BA5DE8
Black with #BA5DE8
Text Example
Text Example
White with #BA5DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DE8; }
p { color: rgb(186,93,232); }
H1.HeaderClassName
{
color: #BA5DE8;
}
.AnyTagClassName
{
color: #BA5DE8;
}
</style>
background-color css
<style>
a { background-color: #BA5DE8; }
a { background-color: rgb(186,93,232); }
div.DivClassName
{
background-color: #BA5DE8;
}
.BgClassName
{
background-color: #BA5DE8;
}
</style>
border-color css
<style>
span { border-color: #BA5DE8; }
span { border-color: rgb(186,93,232); }
td.TdClassName
{
border-color: #BA5DE8;
}
.TagClassName
{
border-color: #BA5DE8;
}
</style>