Shades of Medium Orchid #BA6CDD
Tints of Medium Orchid #BA6CDD
RGB
CMYK
RGB Variations
Color information
#BA6CDD (or 0xBA6CDD) is known color: Medium Orchid. HEX triplet: BA, 6C and DD. RGB value is (186,108,221). Sum of RGB (Red+Green+Blue) = 186+108+221=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA6CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CDD is #459322. Grayscale: #8F8F8F. Windows color (decimal): -4559651 or 14511290. OLE color: 14511290.
HSL color Cylindrical-coordinate representation of color #BA6CDD: hue angle of 281.42º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA6CDD is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 108 | 221 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.13 |
| HSL | 281.42º | 0.62% | 0.65% | - |
| HSV(B) | 281.42º | 0.51% | 0.87% | - |
| XYZ | 38.66 | 26.38 | 71.46 | - |
| YUV | 144.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 221 | 0.16 | 0.51 | 0 | 0.13 | 281.42 | 0.62 | 0.65 |
| Hex | BA | 6C | DD | 10 | 33 | 0 | D | 119 | 3E | 41 |
| Octal | 272 | 154 | 335 | 20 | 63 | 0 | 15 | 431 | 76 | 101 |
| Binary | 10111010 | 1101100 | 11011101 | 10000 | 110011 | 0 | 1101 | 100011001 | 111110 | 1000001 |
Color Harmonies of #BA6CDD
Complementary color
Monochromatic Colors of #BA6CDD
Black with #BA6CDD
Text Example
Text Example
White with #BA6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CDD; }
p { color: rgb(186,108,221); }
H1.HeaderClassName
{
color: #BA6CDD;
}
.AnyTagClassName
{
color: #BA6CDD;
}
</style>
background-color css
<style>
a { background-color: #BA6CDD; }
a { background-color: rgb(186,108,221); }
div.DivClassName
{
background-color: #BA6CDD;
}
.BgClassName
{
background-color: #BA6CDD;
}
</style>
border-color css
<style>
span { border-color: #BA6CDD; }
span { border-color: rgb(186,108,221); }
td.TdClassName
{
border-color: #BA6CDD;
}
.TagClassName
{
border-color: #BA6CDD;
}
</style>