Shades of Medium Orchid #BA5DD0
Tints of Medium Orchid #BA5DD0
RGB
CMYK
RGB Variations
Color information
#BA5DD0 (or 0xBA5DD0) is known color: Medium Orchid. HEX triplet: BA, 5D and D0. RGB value is (186,93,208). Sum of RGB (Red+Green+Blue) = 186+93+208=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA5DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DD0 is #45A22F. Grayscale: #858585. Windows color (decimal): -4563504 or 13655482. OLE color: 13655482.
HSL color Cylindrical-coordinate representation of color #BA5DD0: hue angle of 288.52º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5DD0 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 93 | 208 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.18 |
| HSL | 288.52º | 0.55% | 0.59% | - |
| HSV(B) | 288.52º | 0.55% | 0.82% | - |
| XYZ | 35.55 | 22.82 | 62.21 | - |
| YUV | 133.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 208 | 0.11 | 0.55 | 0 | 0.18 | 288.52 | 0.55 | 0.59 |
| Hex | BA | 5D | D0 | B | 37 | 0 | 12 | 121 | 37 | 3B |
| Octal | 272 | 135 | 320 | 13 | 67 | 0 | 22 | 441 | 67 | 73 |
| Binary | 10111010 | 1011101 | 11010000 | 1011 | 110111 | 0 | 10010 | 100100001 | 110111 | 111011 |
Color Harmonies of #BA5DD0
Complementary color
Monochromatic Colors of #BA5DD0
Black with #BA5DD0
Text Example
Text Example
White with #BA5DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DD0; }
p { color: rgb(186,93,208); }
H1.HeaderClassName
{
color: #BA5DD0;
}
.AnyTagClassName
{
color: #BA5DD0;
}
</style>
background-color css
<style>
a { background-color: #BA5DD0; }
a { background-color: rgb(186,93,208); }
div.DivClassName
{
background-color: #BA5DD0;
}
.BgClassName
{
background-color: #BA5DD0;
}
</style>
border-color css
<style>
span { border-color: #BA5DD0; }
span { border-color: rgb(186,93,208); }
td.TdClassName
{
border-color: #BA5DD0;
}
.TagClassName
{
border-color: #BA5DD0;
}
</style>