Shades of Medium Orchid #BA5BD0
Tints of Medium Orchid #BA5BD0
RGB
CMYK
RGB Variations
Color information
#BA5BD0 (or 0xBA5BD0) is known color: Medium Orchid. HEX triplet: BA, 5B and D0. RGB value is (186,91,208). Sum of RGB (Red+Green+Blue) = 186+91+208=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA5BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BD0 is #45A42F. Grayscale: #848484. Windows color (decimal): -4564016 or 13654970. OLE color: 13654970.
HSL color Cylindrical-coordinate representation of color #BA5BD0: hue angle of 288.72º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5BD0 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 91 | 208 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.18 |
| HSL | 288.72º | 0.55% | 0.59% | - |
| HSV(B) | 288.72º | 0.56% | 0.82% | - |
| XYZ | 35.38 | 22.48 | 62.15 | - |
| YUV | 132.74 | 170.47 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 208 | 0.11 | 0.56 | 0 | 0.18 | 288.72 | 0.55 | 0.59 |
| Hex | BA | 5B | D0 | B | 38 | 0 | 12 | 121 | 37 | 3B |
| Octal | 272 | 133 | 320 | 13 | 70 | 0 | 22 | 441 | 67 | 73 |
| Binary | 10111010 | 1011011 | 11010000 | 1011 | 111000 | 0 | 10010 | 100100001 | 110111 | 111011 |
Color Harmonies of #BA5BD0
Complementary color
Monochromatic Colors of #BA5BD0
Black with #BA5BD0
Text Example
Text Example
White with #BA5BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BD0; }
p { color: rgb(186,91,208); }
H1.HeaderClassName
{
color: #BA5BD0;
}
.AnyTagClassName
{
color: #BA5BD0;
}
</style>
background-color css
<style>
a { background-color: #BA5BD0; }
a { background-color: rgb(186,91,208); }
div.DivClassName
{
background-color: #BA5BD0;
}
.BgClassName
{
background-color: #BA5BD0;
}
</style>
border-color css
<style>
span { border-color: #BA5BD0; }
span { border-color: rgb(186,91,208); }
td.TdClassName
{
border-color: #BA5BD0;
}
.TagClassName
{
border-color: #BA5BD0;
}
</style>