Shades of Medium Orchid #BA6CD0
Tints of Medium Orchid #BA6CD0
RGB
CMYK
RGB Variations
Color information
#BA6CD0 (or 0xBA6CD0) is known color: Medium Orchid. HEX triplet: BA, 6C and D0. RGB value is (186,108,208). Sum of RGB (Red+Green+Blue) = 186+108+208=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA6CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CD0 is #45932F. Grayscale: #8E8E8E. Windows color (decimal): -4559664 or 13659322. OLE color: 13659322.
HSL color Cylindrical-coordinate representation of color #BA6CD0: hue angle of 286.8º degrees, saturation: 0.52, 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 #BA6CD0 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 108 | 208 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.18 |
| HSL | 286.8º | 0.52% | 0.62% | - |
| HSV(B) | 286.8º | 0.48% | 0.82% | - |
| XYZ | 37 | 25.72 | 62.69 | - |
| YUV | 142.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 208 | 0.11 | 0.48 | 0 | 0.18 | 286.8 | 0.52 | 0.62 |
| Hex | BA | 6C | D0 | B | 30 | 0 | 12 | 11F | 34 | 3E |
| Octal | 272 | 154 | 320 | 13 | 60 | 0 | 22 | 437 | 64 | 76 |
| Binary | 10111010 | 1101100 | 11010000 | 1011 | 110000 | 0 | 10010 | 100011111 | 110100 | 111110 |
Color Harmonies of #BA6CD0
Complementary color
Monochromatic Colors of #BA6CD0
Black with #BA6CD0
Text Example
Text Example
White with #BA6CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CD0; }
p { color: rgb(186,108,208); }
H1.HeaderClassName
{
color: #BA6CD0;
}
.AnyTagClassName
{
color: #BA6CD0;
}
</style>
background-color css
<style>
a { background-color: #BA6CD0; }
a { background-color: rgb(186,108,208); }
div.DivClassName
{
background-color: #BA6CD0;
}
.BgClassName
{
background-color: #BA6CD0;
}
</style>
border-color css
<style>
span { border-color: #BA6CD0; }
span { border-color: rgb(186,108,208); }
td.TdClassName
{
border-color: #BA6CD0;
}
.TagClassName
{
border-color: #BA6CD0;
}
</style>