Shades of Medium Orchid #BA47CB
Tints of Medium Orchid #BA47CB
RGB
CMYK
RGB Variations
Color information
#BA47CB (or 0xBA47CB) is known color: Medium Orchid. HEX triplet: BA, 47 and CB. RGB value is (186,71,203). Sum of RGB (Red+Green+Blue) = 186+71+203=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA47CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47CB is #45B834. Grayscale: #787878. Windows color (decimal): -4569141 or 13322170. OLE color: 13322170.
HSL color Cylindrical-coordinate representation of color #BA47CB: hue angle of 292.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA47CB is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 71 | 203 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.20 |
| HSL | 292.27º | 0.56% | 0.54% | - |
| HSV(B) | 292.27º | 0.65% | 0.8% | - |
| XYZ | 33.28 | 19.26 | 58.46 | - |
| YUV | 120.43 | 174.6 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 203 | 0.08 | 0.65 | 0 | 0.20 | 292.27 | 0.56 | 0.54 |
| Hex | BA | 47 | CB | 8 | 41 | 0 | 14 | 124 | 38 | 36 |
| Octal | 272 | 107 | 313 | 10 | 101 | 0 | 24 | 444 | 70 | 66 |
| Binary | 10111010 | 1000111 | 11001011 | 1000 | 1000001 | 0 | 10100 | 100100100 | 111000 | 110110 |
Color Harmonies of #BA47CB
Complementary color
Monochromatic Colors of #BA47CB
Black with #BA47CB
Text Example
Text Example
White with #BA47CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47CB; }
p { color: rgb(186,71,203); }
H1.HeaderClassName
{
color: #BA47CB;
}
.AnyTagClassName
{
color: #BA47CB;
}
</style>
background-color css
<style>
a { background-color: #BA47CB; }
a { background-color: rgb(186,71,203); }
div.DivClassName
{
background-color: #BA47CB;
}
.BgClassName
{
background-color: #BA47CB;
}
</style>
border-color css
<style>
span { border-color: #BA47CB; }
span { border-color: rgb(186,71,203); }
td.TdClassName
{
border-color: #BA47CB;
}
.TagClassName
{
border-color: #BA47CB;
}
</style>