Shades of Medium Orchid #BA37CB
Tints of Medium Orchid #BA37CB
RGB
CMYK
RGB Variations
Color information
#BA37CB (or 0xBA37CB) is known color: Medium Orchid. HEX triplet: BA, 37 and CB. RGB value is (186,55,203). Sum of RGB (Red+Green+Blue) = 186+55+203=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 55 (21.88% from 255 or 12.39% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA37CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37CB is #45C834. Grayscale: #6E6E6E. Windows color (decimal): -4573237 or 13318074. OLE color: 13318074.
HSL color Cylindrical-coordinate representation of color #BA37CB: hue angle of 293.11º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA37CB is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 55 | 203 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.20 |
| HSL | 293.11º | 0.59% | 0.51% | - |
| HSV(B) | 293.11º | 0.73% | 0.8% | - |
| XYZ | 32.4 | 17.48 | 58.17 | - |
| YUV | 111.04 | 179.9 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 203 | 0.08 | 0.73 | 0 | 0.20 | 293.11 | 0.59 | 0.51 |
| Hex | BA | 37 | CB | 8 | 49 | 0 | 14 | 125 | 3B | 33 |
| Octal | 272 | 67 | 313 | 10 | 111 | 0 | 24 | 445 | 73 | 63 |
| Binary | 10111010 | 110111 | 11001011 | 1000 | 1001001 | 0 | 10100 | 100100101 | 111011 | 110011 |
Color Harmonies of #BA37CB
Complementary color
Monochromatic Colors of #BA37CB
Black with #BA37CB
Text Example
Text Example
White with #BA37CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37CB; }
p { color: rgb(186,55,203); }
H1.HeaderClassName
{
color: #BA37CB;
}
.AnyTagClassName
{
color: #BA37CB;
}
</style>
background-color css
<style>
a { background-color: #BA37CB; }
a { background-color: rgb(186,55,203); }
div.DivClassName
{
background-color: #BA37CB;
}
.BgClassName
{
background-color: #BA37CB;
}
</style>
border-color css
<style>
span { border-color: #BA37CB; }
span { border-color: rgb(186,55,203); }
td.TdClassName
{
border-color: #BA37CB;
}
.TagClassName
{
border-color: #BA37CB;
}
</style>