Shades of Medium Orchid #BA6BCB
Tints of Medium Orchid #BA6BCB
RGB
CMYK
RGB Variations
Color information
#BA6BCB (or 0xBA6BCB) is known color: Medium Orchid. HEX triplet: BA, 6B and CB. RGB value is (186,107,203). Sum of RGB (Red+Green+Blue) = 186+107+203=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA6BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BCB is #459434. Grayscale: #8D8D8D. Windows color (decimal): -4559925 or 13331386. OLE color: 13331386.
HSL color Cylindrical-coordinate representation of color #BA6BCB: hue angle of 289.38º 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 #BA6BCB is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 107 | 203 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.20 |
| HSL | 289.38º | 0.48% | 0.61% | - |
| HSV(B) | 289.38º | 0.47% | 0.8% | - |
| XYZ | 36.29 | 25.27 | 59.46 | - |
| YUV | 141.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 203 | 0.08 | 0.47 | 0 | 0.20 | 289.38 | 0.48 | 0.61 |
| Hex | BA | 6B | CB | 8 | 2F | 0 | 14 | 121 | 30 | 3D |
| Octal | 272 | 153 | 313 | 10 | 57 | 0 | 24 | 441 | 60 | 75 |
| Binary | 10111010 | 1101011 | 11001011 | 1000 | 101111 | 0 | 10100 | 100100001 | 110000 | 111101 |
Color Harmonies of #BA6BCB
Complementary color
Monochromatic Colors of #BA6BCB
Black with #BA6BCB
Text Example
Text Example
White with #BA6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BCB; }
p { color: rgb(186,107,203); }
H1.HeaderClassName
{
color: #BA6BCB;
}
.AnyTagClassName
{
color: #BA6BCB;
}
</style>
background-color css
<style>
a { background-color: #BA6BCB; }
a { background-color: rgb(186,107,203); }
div.DivClassName
{
background-color: #BA6BCB;
}
.BgClassName
{
background-color: #BA6BCB;
}
</style>
border-color css
<style>
span { border-color: #BA6BCB; }
span { border-color: rgb(186,107,203); }
td.TdClassName
{
border-color: #BA6BCB;
}
.TagClassName
{
border-color: #BA6BCB;
}
</style>