Shades of Medium Orchid #BA5DD1
Tints of Medium Orchid #BA5DD1
RGB
CMYK
RGB Variations
Color information
#BA5DD1 (or 0xBA5DD1) is known color: Medium Orchid. HEX triplet: BA, 5D and D1. RGB value is (186,93,209). Sum of RGB (Red+Green+Blue) = 186+93+209=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA5DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DD1 is #45A22E. Grayscale: #858585. Windows color (decimal): -4563503 or 13721018. OLE color: 13721018.
HSL color Cylindrical-coordinate representation of color #BA5DD1: hue angle of 288.1º degrees, saturation: 0.56, 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 #BA5DD1 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 93 | 209 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.18 |
| HSL | 288.1º | 0.56% | 0.59% | - |
| HSV(B) | 288.1º | 0.56% | 0.82% | - |
| XYZ | 35.67 | 22.87 | 62.86 | - |
| YUV | 134.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 209 | 0.11 | 0.56 | 0 | 0.18 | 288.1 | 0.56 | 0.59 |
| Hex | BA | 5D | D1 | B | 38 | 0 | 12 | 120 | 38 | 3B |
| Octal | 272 | 135 | 321 | 13 | 70 | 0 | 22 | 440 | 70 | 73 |
| Binary | 10111010 | 1011101 | 11010001 | 1011 | 111000 | 0 | 10010 | 100100000 | 111000 | 111011 |
Color Harmonies of #BA5DD1
Complementary color
Monochromatic Colors of #BA5DD1
Black with #BA5DD1
Text Example
Text Example
White with #BA5DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DD1; }
p { color: rgb(186,93,209); }
H1.HeaderClassName
{
color: #BA5DD1;
}
.AnyTagClassName
{
color: #BA5DD1;
}
</style>
background-color css
<style>
a { background-color: #BA5DD1; }
a { background-color: rgb(186,93,209); }
div.DivClassName
{
background-color: #BA5DD1;
}
.BgClassName
{
background-color: #BA5DD1;
}
</style>
border-color css
<style>
span { border-color: #BA5DD1; }
span { border-color: rgb(186,93,209); }
td.TdClassName
{
border-color: #BA5DD1;
}
.TagClassName
{
border-color: #BA5DD1;
}
</style>