Shades of Medium Orchid #BA6CDC
Tints of Medium Orchid #BA6CDC
RGB
CMYK
RGB Variations
Color information
#BA6CDC (or 0xBA6CDC) is known color: Medium Orchid. HEX triplet: BA, 6C and DC. RGB value is (186,108,220). Sum of RGB (Red+Green+Blue) = 186+108+220=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA6CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CDC is #459323. Grayscale: #8F8F8F. Windows color (decimal): -4559652 or 14445754. OLE color: 14445754.
HSL color Cylindrical-coordinate representation of color #BA6CDC: hue angle of 281.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA6CDC is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 108 | 220 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.14 |
| HSL | 281.79º | 0.62% | 0.64% | - |
| HSV(B) | 281.79º | 0.51% | 0.86% | - |
| XYZ | 38.53 | 26.33 | 70.76 | - |
| YUV | 144.09 | 170.84 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 220 | 0.15 | 0.51 | 0 | 0.14 | 281.79 | 0.62 | 0.64 |
| Hex | BA | 6C | DC | F | 33 | 0 | E | 11A | 3E | 40 |
| Octal | 272 | 154 | 334 | 17 | 63 | 0 | 16 | 432 | 76 | 100 |
| Binary | 10111010 | 1101100 | 11011100 | 1111 | 110011 | 0 | 1110 | 100011010 | 111110 | 1000000 |
Color Harmonies of #BA6CDC
Complementary color
Monochromatic Colors of #BA6CDC
Black with #BA6CDC
Text Example
Text Example
White with #BA6CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CDC; }
p { color: rgb(186,108,220); }
H1.HeaderClassName
{
color: #BA6CDC;
}
.AnyTagClassName
{
color: #BA6CDC;
}
</style>
background-color css
<style>
a { background-color: #BA6CDC; }
a { background-color: rgb(186,108,220); }
div.DivClassName
{
background-color: #BA6CDC;
}
.BgClassName
{
background-color: #BA6CDC;
}
</style>
border-color css
<style>
span { border-color: #BA6CDC; }
span { border-color: rgb(186,108,220); }
td.TdClassName
{
border-color: #BA6CDC;
}
.TagClassName
{
border-color: #BA6CDC;
}
</style>