Shades of Medium Orchid #BA6CCB
Tints of Medium Orchid #BA6CCB
RGB
CMYK
RGB Variations
Color information
#BA6CCB (or 0xBA6CCB) is known color: Medium Orchid. HEX triplet: BA, 6C and CB. RGB value is (186,108,203). Sum of RGB (Red+Green+Blue) = 186+108+203=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA6CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CCB is #459334. Grayscale: #8D8D8D. Windows color (decimal): -4559669 or 13331642. OLE color: 13331642.
HSL color Cylindrical-coordinate representation of color #BA6CCB: hue angle of 289.26º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6CCB is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 108 | 203 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.20 |
| HSL | 289.26º | 0.48% | 0.61% | - |
| HSV(B) | 289.26º | 0.47% | 0.8% | - |
| XYZ | 36.39 | 25.48 | 59.5 | - |
| YUV | 142.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 203 | 0.08 | 0.47 | 0 | 0.20 | 289.26 | 0.48 | 0.61 |
| Hex | BA | 6C | CB | 8 | 2F | 0 | 14 | 121 | 30 | 3D |
| Octal | 272 | 154 | 313 | 10 | 57 | 0 | 24 | 441 | 60 | 75 |
| Binary | 10111010 | 1101100 | 11001011 | 1000 | 101111 | 0 | 10100 | 100100001 | 110000 | 111101 |
Color Harmonies of #BA6CCB
Complementary color
Monochromatic Colors of #BA6CCB
Black with #BA6CCB
Text Example
Text Example
White with #BA6CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CCB; }
p { color: rgb(186,108,203); }
H1.HeaderClassName
{
color: #BA6CCB;
}
.AnyTagClassName
{
color: #BA6CCB;
}
</style>
background-color css
<style>
a { background-color: #BA6CCB; }
a { background-color: rgb(186,108,203); }
div.DivClassName
{
background-color: #BA6CCB;
}
.BgClassName
{
background-color: #BA6CCB;
}
</style>
border-color css
<style>
span { border-color: #BA6CCB; }
span { border-color: rgb(186,108,203); }
td.TdClassName
{
border-color: #BA6CCB;
}
.TagClassName
{
border-color: #BA6CCB;
}
</style>