Shades of Medium Orchid #BA5DCF
Tints of Medium Orchid #BA5DCF
RGB
CMYK
RGB Variations
Color information
#BA5DCF (or 0xBA5DCF) is known color: Medium Orchid. HEX triplet: BA, 5D and CF. RGB value is (186,93,207). Sum of RGB (Red+Green+Blue) = 186+93+207=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA5DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DCF is #45A230. Grayscale: #858585. Windows color (decimal): -4563505 or 13589946. OLE color: 13589946.
HSL color Cylindrical-coordinate representation of color #BA5DCF: hue angle of 288.95º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5DCF is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 93 | 207 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.19 |
| HSL | 288.95º | 0.54% | 0.59% | - |
| HSV(B) | 288.95º | 0.55% | 0.81% | - |
| XYZ | 35.43 | 22.77 | 61.56 | - |
| YUV | 133.8 | 169.31 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 207 | 0.10 | 0.55 | 0 | 0.19 | 288.95 | 0.54 | 0.59 |
| Hex | BA | 5D | CF | A | 37 | 0 | 13 | 121 | 36 | 3B |
| Octal | 272 | 135 | 317 | 12 | 67 | 0 | 23 | 441 | 66 | 73 |
| Binary | 10111010 | 1011101 | 11001111 | 1010 | 110111 | 0 | 10011 | 100100001 | 110110 | 111011 |
Color Harmonies of #BA5DCF
Complementary color
Monochromatic Colors of #BA5DCF
Black with #BA5DCF
Text Example
Text Example
White with #BA5DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DCF; }
p { color: rgb(186,93,207); }
H1.HeaderClassName
{
color: #BA5DCF;
}
.AnyTagClassName
{
color: #BA5DCF;
}
</style>
background-color css
<style>
a { background-color: #BA5DCF; }
a { background-color: rgb(186,93,207); }
div.DivClassName
{
background-color: #BA5DCF;
}
.BgClassName
{
background-color: #BA5DCF;
}
</style>
border-color css
<style>
span { border-color: #BA5DCF; }
span { border-color: rgb(186,93,207); }
td.TdClassName
{
border-color: #BA5DCF;
}
.TagClassName
{
border-color: #BA5DCF;
}
</style>