Shades of Medium Orchid #BA71CB
Tints of Medium Orchid #BA71CB
RGB
CMYK
RGB Variations
Color information
#BA71CB (or 0xBA71CB) is known color: Medium Orchid. HEX triplet: BA, 71 and CB. RGB value is (186,113,203). Sum of RGB (Red+Green+Blue) = 186+113+203=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA71CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71CB is #458E34. Grayscale: #909090. Windows color (decimal): -4558389 or 13332922. OLE color: 13332922.
HSL color Cylindrical-coordinate representation of color #BA71CB: hue angle of 288.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA71CB is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 113 | 203 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.20 |
| HSL | 288.67º | 0.46% | 0.62% | - |
| HSV(B) | 288.67º | 0.44% | 0.8% | - |
| XYZ | 36.93 | 26.56 | 59.68 | - |
| YUV | 145.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 203 | 0.08 | 0.44 | 0 | 0.20 | 288.67 | 0.46 | 0.62 |
| Hex | BA | 71 | CB | 8 | 2C | 0 | 14 | 121 | 2E | 3E |
| Octal | 272 | 161 | 313 | 10 | 54 | 0 | 24 | 441 | 56 | 76 |
| Binary | 10111010 | 1110001 | 11001011 | 1000 | 101100 | 0 | 10100 | 100100001 | 101110 | 111110 |
Color Harmonies of #BA71CB
Complementary color
Monochromatic Colors of #BA71CB
Black with #BA71CB
Text Example
Text Example
White with #BA71CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71CB; }
p { color: rgb(186,113,203); }
H1.HeaderClassName
{
color: #BA71CB;
}
.AnyTagClassName
{
color: #BA71CB;
}
</style>
background-color css
<style>
a { background-color: #BA71CB; }
a { background-color: rgb(186,113,203); }
div.DivClassName
{
background-color: #BA71CB;
}
.BgClassName
{
background-color: #BA71CB;
}
</style>
border-color css
<style>
span { border-color: #BA71CB; }
span { border-color: rgb(186,113,203); }
td.TdClassName
{
border-color: #BA71CB;
}
.TagClassName
{
border-color: #BA71CB;
}
</style>