Shades of Medium Orchid #BA6FD0
Tints of Medium Orchid #BA6FD0
RGB
CMYK
RGB Variations
Color information
#BA6FD0 (or 0xBA6FD0) is known color: Medium Orchid. HEX triplet: BA, 6F and D0. RGB value is (186,111,208). Sum of RGB (Red+Green+Blue) = 186+111+208=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA6FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FD0 is #45902F. Grayscale: #909090. Windows color (decimal): -4558896 or 13660090. OLE color: 13660090.
HSL color Cylindrical-coordinate representation of color #BA6FD0: hue angle of 286.39º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6FD0 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 111 | 208 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.18 |
| HSL | 286.39º | 0.51% | 0.63% | - |
| HSV(B) | 286.39º | 0.47% | 0.82% | - |
| XYZ | 37.32 | 26.36 | 62.8 | - |
| YUV | 144.48 | 163.85 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 208 | 0.11 | 0.47 | 0 | 0.18 | 286.39 | 0.51 | 0.63 |
| Hex | BA | 6F | D0 | B | 2F | 0 | 12 | 11E | 33 | 3F |
| Octal | 272 | 157 | 320 | 13 | 57 | 0 | 22 | 436 | 63 | 77 |
| Binary | 10111010 | 1101111 | 11010000 | 1011 | 101111 | 0 | 10010 | 100011110 | 110011 | 111111 |
Color Harmonies of #BA6FD0
Complementary color
Monochromatic Colors of #BA6FD0
Black with #BA6FD0
Text Example
Text Example
White with #BA6FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FD0; }
p { color: rgb(186,111,208); }
H1.HeaderClassName
{
color: #BA6FD0;
}
.AnyTagClassName
{
color: #BA6FD0;
}
</style>
background-color css
<style>
a { background-color: #BA6FD0; }
a { background-color: rgb(186,111,208); }
div.DivClassName
{
background-color: #BA6FD0;
}
.BgClassName
{
background-color: #BA6FD0;
}
</style>
border-color css
<style>
span { border-color: #BA6FD0; }
span { border-color: rgb(186,111,208); }
td.TdClassName
{
border-color: #BA6FD0;
}
.TagClassName
{
border-color: #BA6FD0;
}
</style>