Shades of Medium Orchid #BA6BCD
Tints of Medium Orchid #BA6BCD
RGB
CMYK
RGB Variations
Color information
#BA6BCD (or 0xBA6BCD) is known color: Medium Orchid. HEX triplet: BA, 6B and CD. RGB value is (186,107,205). Sum of RGB (Red+Green+Blue) = 186+107+205=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA6BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BCD is #459432. Grayscale: #8D8D8D. Windows color (decimal): -4559923 or 13462458. OLE color: 13462458.
HSL color Cylindrical-coordinate representation of color #BA6BCD: hue angle of 288.37º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6BCD is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 107 | 205 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.20 |
| HSL | 288.37º | 0.49% | 0.61% | - |
| HSV(B) | 288.37º | 0.48% | 0.8% | - |
| XYZ | 36.53 | 25.36 | 60.73 | - |
| YUV | 141.79 | 163.67 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 205 | 0.09 | 0.48 | 0 | 0.20 | 288.37 | 0.49 | 0.61 |
| Hex | BA | 6B | CD | 9 | 30 | 0 | 14 | 120 | 31 | 3D |
| Octal | 272 | 153 | 315 | 11 | 60 | 0 | 24 | 440 | 61 | 75 |
| Binary | 10111010 | 1101011 | 11001101 | 1001 | 110000 | 0 | 10100 | 100100000 | 110001 | 111101 |
Color Harmonies of #BA6BCD
Complementary color
Monochromatic Colors of #BA6BCD
Black with #BA6BCD
Text Example
Text Example
White with #BA6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BCD; }
p { color: rgb(186,107,205); }
H1.HeaderClassName
{
color: #BA6BCD;
}
.AnyTagClassName
{
color: #BA6BCD;
}
</style>
background-color css
<style>
a { background-color: #BA6BCD; }
a { background-color: rgb(186,107,205); }
div.DivClassName
{
background-color: #BA6BCD;
}
.BgClassName
{
background-color: #BA6BCD;
}
</style>
border-color css
<style>
span { border-color: #BA6BCD; }
span { border-color: rgb(186,107,205); }
td.TdClassName
{
border-color: #BA6BCD;
}
.TagClassName
{
border-color: #BA6BCD;
}
</style>