Shades of Medium Orchid #BA6DD0
Tints of Medium Orchid #BA6DD0
RGB
CMYK
RGB Variations
Color information
#BA6DD0 (or 0xBA6DD0) is known color: Medium Orchid. HEX triplet: BA, 6D and D0. RGB value is (186,109,208). Sum of RGB (Red+Green+Blue) = 186+109+208=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA6DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DD0 is #45922F. Grayscale: #8E8E8E. Windows color (decimal): -4559408 or 13659578. OLE color: 13659578.
HSL color Cylindrical-coordinate representation of color #BA6DD0: hue angle of 286.67º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6DD0 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 109 | 208 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.18 |
| HSL | 286.67º | 0.51% | 0.62% | - |
| HSV(B) | 286.67º | 0.48% | 0.82% | - |
| XYZ | 37.1 | 25.93 | 62.72 | - |
| YUV | 143.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 208 | 0.11 | 0.48 | 0 | 0.18 | 286.67 | 0.51 | 0.62 |
| Hex | BA | 6D | D0 | B | 30 | 0 | 12 | 11F | 33 | 3E |
| Octal | 272 | 155 | 320 | 13 | 60 | 0 | 22 | 437 | 63 | 76 |
| Binary | 10111010 | 1101101 | 11010000 | 1011 | 110000 | 0 | 10010 | 100011111 | 110011 | 111110 |
Color Harmonies of #BA6DD0
Complementary color
Monochromatic Colors of #BA6DD0
Black with #BA6DD0
Text Example
Text Example
White with #BA6DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DD0; }
p { color: rgb(186,109,208); }
H1.HeaderClassName
{
color: #BA6DD0;
}
.AnyTagClassName
{
color: #BA6DD0;
}
</style>
background-color css
<style>
a { background-color: #BA6DD0; }
a { background-color: rgb(186,109,208); }
div.DivClassName
{
background-color: #BA6DD0;
}
.BgClassName
{
background-color: #BA6DD0;
}
</style>
border-color css
<style>
span { border-color: #BA6DD0; }
span { border-color: rgb(186,109,208); }
td.TdClassName
{
border-color: #BA6DD0;
}
.TagClassName
{
border-color: #BA6DD0;
}
</style>