Shades of Medium Orchid #BA6FDC
Tints of Medium Orchid #BA6FDC
RGB
CMYK
RGB Variations
Color information
#BA6FDC (or 0xBA6FDC) is known color: Medium Orchid. HEX triplet: BA, 6F and DC. RGB value is (186,111,220). Sum of RGB (Red+Green+Blue) = 186+111+220=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FDC is #459023. Grayscale: #919191. Windows color (decimal): -4558884 or 14446522. OLE color: 14446522.
HSL color Cylindrical-coordinate representation of color #BA6FDC: hue angle of 281.28º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6FDC is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 111 | 220 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.14 |
| HSL | 281.28º | 0.61% | 0.65% | - |
| HSV(B) | 281.28º | 0.5% | 0.86% | - |
| XYZ | 38.85 | 26.98 | 70.87 | - |
| YUV | 145.85 | 169.85 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 220 | 0.15 | 0.50 | 0 | 0.14 | 281.28 | 0.61 | 0.65 |
| Hex | BA | 6F | DC | F | 32 | 0 | E | 119 | 3D | 41 |
| Octal | 272 | 157 | 334 | 17 | 62 | 0 | 16 | 431 | 75 | 101 |
| Binary | 10111010 | 1101111 | 11011100 | 1111 | 110010 | 0 | 1110 | 100011001 | 111101 | 1000001 |
Color Harmonies of #BA6FDC
Complementary color
Monochromatic Colors of #BA6FDC
Black with #BA6FDC
Text Example
Text Example
White with #BA6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FDC; }
p { color: rgb(186,111,220); }
H1.HeaderClassName
{
color: #BA6FDC;
}
.AnyTagClassName
{
color: #BA6FDC;
}
</style>
background-color css
<style>
a { background-color: #BA6FDC; }
a { background-color: rgb(186,111,220); }
div.DivClassName
{
background-color: #BA6FDC;
}
.BgClassName
{
background-color: #BA6FDC;
}
</style>
border-color css
<style>
span { border-color: #BA6FDC; }
span { border-color: rgb(186,111,220); }
td.TdClassName
{
border-color: #BA6FDC;
}
.TagClassName
{
border-color: #BA6FDC;
}
</style>