Shades of Medium Orchid #BA33CE
Tints of Medium Orchid #BA33CE
RGB
CMYK
RGB Variations
Color information
#BA33CE (or 0xBA33CE) is known color: Medium Orchid. HEX triplet: BA, 33 and CE. RGB value is (186,51,206). Sum of RGB (Red+Green+Blue) = 186+51+206=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA33CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33CE is #45CC31. Grayscale: #6C6C6C. Windows color (decimal): -4574258 or 13513658. OLE color: 13513658.
HSL color Cylindrical-coordinate representation of color #BA33CE: hue angle of 292.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA33CE is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 51 | 206 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.19 |
| HSL | 292.26º | 0.61% | 0.5% | - |
| HSV(B) | 292.26º | 0.75% | 0.81% | - |
| XYZ | 32.57 | 17.26 | 60.01 | - |
| YUV | 109.04 | 182.73 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 206 | 0.10 | 0.75 | 0 | 0.19 | 292.26 | 0.61 | 0.5 |
| Hex | BA | 33 | CE | A | 4B | 0 | 13 | 124 | 3D | 32 |
| Octal | 272 | 63 | 316 | 12 | 113 | 0 | 23 | 444 | 75 | 62 |
| Binary | 10111010 | 110011 | 11001110 | 1010 | 1001011 | 0 | 10011 | 100100100 | 111101 | 110010 |
Color Harmonies of #BA33CE
Complementary color
Monochromatic Colors of #BA33CE
Black with #BA33CE
Text Example
Text Example
White with #BA33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33CE; }
p { color: rgb(186,51,206); }
H1.HeaderClassName
{
color: #BA33CE;
}
.AnyTagClassName
{
color: #BA33CE;
}
</style>
background-color css
<style>
a { background-color: #BA33CE; }
a { background-color: rgb(186,51,206); }
div.DivClassName
{
background-color: #BA33CE;
}
.BgClassName
{
background-color: #BA33CE;
}
</style>
border-color css
<style>
span { border-color: #BA33CE; }
span { border-color: rgb(186,51,206); }
td.TdClassName
{
border-color: #BA33CE;
}
.TagClassName
{
border-color: #BA33CE;
}
</style>