Shades of Medium Orchid #BA5FDE
Tints of Medium Orchid #BA5FDE
RGB
CMYK
RGB Variations
Color information
#BA5FDE (or 0xBA5FDE) is known color: Medium Orchid. HEX triplet: BA, 5F and DE. RGB value is (186,95,222). Sum of RGB (Red+Green+Blue) = 186+95+222=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA5FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FDE is #45A021. Grayscale: #888888. Windows color (decimal): -4562978 or 14573498. OLE color: 14573498.
HSL color Cylindrical-coordinate representation of color #BA5FDE: hue angle of 282.99º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5FDE is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 95 | 222 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.13 |
| HSL | 282.99º | 0.66% | 0.62% | - |
| HSV(B) | 282.99º | 0.57% | 0.87% | - |
| XYZ | 37.53 | 23.9 | 71.74 | - |
| YUV | 136.69 | 176.15 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 222 | 0.16 | 0.57 | 0 | 0.13 | 282.99 | 0.66 | 0.62 |
| Hex | BA | 5F | DE | 10 | 39 | 0 | D | 11B | 42 | 3E |
| Octal | 272 | 137 | 336 | 20 | 71 | 0 | 15 | 433 | 102 | 76 |
| Binary | 10111010 | 1011111 | 11011110 | 10000 | 111001 | 0 | 1101 | 100011011 | 1000010 | 111110 |
Color Harmonies of #BA5FDE
Complementary color
Monochromatic Colors of #BA5FDE
Black with #BA5FDE
Text Example
Text Example
White with #BA5FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FDE; }
p { color: rgb(186,95,222); }
H1.HeaderClassName
{
color: #BA5FDE;
}
.AnyTagClassName
{
color: #BA5FDE;
}
</style>
background-color css
<style>
a { background-color: #BA5FDE; }
a { background-color: rgb(186,95,222); }
div.DivClassName
{
background-color: #BA5FDE;
}
.BgClassName
{
background-color: #BA5FDE;
}
</style>
border-color css
<style>
span { border-color: #BA5FDE; }
span { border-color: rgb(186,95,222); }
td.TdClassName
{
border-color: #BA5FDE;
}
.TagClassName
{
border-color: #BA5FDE;
}
</style>