Shades of Medium Orchid #BA5DCE
Tints of Medium Orchid #BA5DCE
RGB
CMYK
RGB Variations
Color information
#BA5DCE (or 0xBA5DCE) is known color: Medium Orchid. HEX triplet: BA, 5D and CE. RGB value is (186,93,206). Sum of RGB (Red+Green+Blue) = 186+93+206=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA5DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DCE is #45A231. Grayscale: #858585. Windows color (decimal): -4563506 or 13524410. OLE color: 13524410.
HSL color Cylindrical-coordinate representation of color #BA5DCE: hue angle of 289.38º 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 #BA5DCE is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 93 | 206 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.19 |
| HSL | 289.38º | 0.54% | 0.59% | - |
| HSV(B) | 289.38º | 0.55% | 0.81% | - |
| XYZ | 35.3 | 22.72 | 60.92 | - |
| YUV | 133.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 206 | 0.10 | 0.55 | 0 | 0.19 | 289.38 | 0.54 | 0.59 |
| Hex | BA | 5D | CE | A | 37 | 0 | 13 | 121 | 36 | 3B |
| Octal | 272 | 135 | 316 | 12 | 67 | 0 | 23 | 441 | 66 | 73 |
| Binary | 10111010 | 1011101 | 11001110 | 1010 | 110111 | 0 | 10011 | 100100001 | 110110 | 111011 |
Color Harmonies of #BA5DCE
Complementary color
Monochromatic Colors of #BA5DCE
Black with #BA5DCE
Text Example
Text Example
White with #BA5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DCE; }
p { color: rgb(186,93,206); }
H1.HeaderClassName
{
color: #BA5DCE;
}
.AnyTagClassName
{
color: #BA5DCE;
}
</style>
background-color css
<style>
a { background-color: #BA5DCE; }
a { background-color: rgb(186,93,206); }
div.DivClassName
{
background-color: #BA5DCE;
}
.BgClassName
{
background-color: #BA5DCE;
}
</style>
border-color css
<style>
span { border-color: #BA5DCE; }
span { border-color: rgb(186,93,206); }
td.TdClassName
{
border-color: #BA5DCE;
}
.TagClassName
{
border-color: #BA5DCE;
}
</style>