Shades of Medium Orchid #BA5CD0
Tints of Medium Orchid #BA5CD0
RGB
CMYK
RGB Variations
Color information
#BA5CD0 (or 0xBA5CD0) is known color: Medium Orchid. HEX triplet: BA, 5C and D0. RGB value is (186,92,208). Sum of RGB (Red+Green+Blue) = 186+92+208=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA5CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CD0 is #45A32F. Grayscale: #848484. Windows color (decimal): -4563760 or 13655226. OLE color: 13655226.
HSL color Cylindrical-coordinate representation of color #BA5CD0: hue angle of 288.62º 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 #BA5CD0 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 92 | 208 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.18 |
| HSL | 288.62º | 0.55% | 0.59% | - |
| HSV(B) | 288.62º | 0.56% | 0.82% | - |
| XYZ | 35.46 | 22.65 | 62.18 | - |
| YUV | 133.33 | 170.14 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 208 | 0.11 | 0.56 | 0 | 0.18 | 288.62 | 0.55 | 0.59 |
| Hex | BA | 5C | D0 | B | 38 | 0 | 12 | 121 | 37 | 3B |
| Octal | 272 | 134 | 320 | 13 | 70 | 0 | 22 | 441 | 67 | 73 |
| Binary | 10111010 | 1011100 | 11010000 | 1011 | 111000 | 0 | 10010 | 100100001 | 110111 | 111011 |
Color Harmonies of #BA5CD0
Complementary color
Monochromatic Colors of #BA5CD0
Black with #BA5CD0
Text Example
Text Example
White with #BA5CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CD0; }
p { color: rgb(186,92,208); }
H1.HeaderClassName
{
color: #BA5CD0;
}
.AnyTagClassName
{
color: #BA5CD0;
}
</style>
background-color css
<style>
a { background-color: #BA5CD0; }
a { background-color: rgb(186,92,208); }
div.DivClassName
{
background-color: #BA5CD0;
}
.BgClassName
{
background-color: #BA5CD0;
}
</style>
border-color css
<style>
span { border-color: #BA5CD0; }
span { border-color: rgb(186,92,208); }
td.TdClassName
{
border-color: #BA5CD0;
}
.TagClassName
{
border-color: #BA5CD0;
}
</style>