Shades of Medium Orchid #BA60D0
Tints of Medium Orchid #BA60D0
RGB
CMYK
RGB Variations
Color information
#BA60D0 (or 0xBA60D0) is known color: Medium Orchid. HEX triplet: BA, 60 and D0. RGB value is (186,96,208). Sum of RGB (Red+Green+Blue) = 186+96+208=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA60D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60D0 is #459F2F. Grayscale: #878787. Windows color (decimal): -4562736 or 13656250. OLE color: 13656250.
HSL color Cylindrical-coordinate representation of color #BA60D0: hue angle of 288.21º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA60D0 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 96 | 208 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.18 |
| HSL | 288.21º | 0.54% | 0.6% | - |
| HSV(B) | 288.21º | 0.54% | 0.82% | - |
| XYZ | 35.82 | 23.36 | 62.3 | - |
| YUV | 135.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 208 | 0.11 | 0.54 | 0 | 0.18 | 288.21 | 0.54 | 0.6 |
| Hex | BA | 60 | D0 | B | 36 | 0 | 12 | 120 | 36 | 3C |
| Octal | 272 | 140 | 320 | 13 | 66 | 0 | 22 | 440 | 66 | 74 |
| Binary | 10111010 | 1100000 | 11010000 | 1011 | 110110 | 0 | 10010 | 100100000 | 110110 | 111100 |
Color Harmonies of #BA60D0
Complementary color
Monochromatic Colors of #BA60D0
Black with #BA60D0
Text Example
Text Example
White with #BA60D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60D0; }
p { color: rgb(186,96,208); }
H1.HeaderClassName
{
color: #BA60D0;
}
.AnyTagClassName
{
color: #BA60D0;
}
</style>
background-color css
<style>
a { background-color: #BA60D0; }
a { background-color: rgb(186,96,208); }
div.DivClassName
{
background-color: #BA60D0;
}
.BgClassName
{
background-color: #BA60D0;
}
</style>
border-color css
<style>
span { border-color: #BA60D0; }
span { border-color: rgb(186,96,208); }
td.TdClassName
{
border-color: #BA60D0;
}
.TagClassName
{
border-color: #BA60D0;
}
</style>