Shades of Medium Orchid #BA33EB
Tints of Medium Orchid #BA33EB
RGB
CMYK
RGB Variations
Color information
#BA33EB (or 0xBA33EB) is known color: Medium Orchid. HEX triplet: BA, 33 and EB. RGB value is (186,51,235). Sum of RGB (Red+Green+Blue) = 186+51+235=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 51 (20.31% from 255 or 10.81% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA33EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33EB is #45CC14. Grayscale: #6F6F6F. Windows color (decimal): -4574229 or 15414202. OLE color: 15414202.
HSL color Cylindrical-coordinate representation of color #BA33EB: hue angle of 284.02º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA33EB is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 51 | 235 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.08 |
| HSL | 284.02º | 0.82% | 0.56% | - |
| HSV(B) | 284.02º | 0.78% | 0.92% | - |
| XYZ | 36.43 | 18.8 | 80.31 | - |
| YUV | 112.34 | 197.23 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 235 | 0.21 | 0.78 | 0 | 0.08 | 284.02 | 0.82 | 0.56 |
| Hex | BA | 33 | EB | 15 | 4E | 0 | 8 | 11C | 52 | 38 |
| Octal | 272 | 63 | 353 | 25 | 116 | 0 | 10 | 434 | 122 | 70 |
| Binary | 10111010 | 110011 | 11101011 | 10101 | 1001110 | 0 | 1000 | 100011100 | 1010010 | 111000 |
Color Harmonies of #BA33EB
Complementary color
Monochromatic Colors of #BA33EB
Black with #BA33EB
Text Example
Text Example
White with #BA33EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33EB; }
p { color: rgb(186,51,235); }
H1.HeaderClassName
{
color: #BA33EB;
}
.AnyTagClassName
{
color: #BA33EB;
}
</style>
background-color css
<style>
a { background-color: #BA33EB; }
a { background-color: rgb(186,51,235); }
div.DivClassName
{
background-color: #BA33EB;
}
.BgClassName
{
background-color: #BA33EB;
}
</style>
border-color css
<style>
span { border-color: #BA33EB; }
span { border-color: rgb(186,51,235); }
td.TdClassName
{
border-color: #BA33EB;
}
.TagClassName
{
border-color: #BA33EB;
}
</style>