Shades of Medium Orchid #BA33E0
Tints of Medium Orchid #BA33E0
RGB
CMYK
RGB Variations
Color information
#BA33E0 (or 0xBA33E0) is known color: Medium Orchid. HEX triplet: BA, 33 and E0. RGB value is (186,51,224). Sum of RGB (Red+Green+Blue) = 186+51+224=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA33E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33E0 is #45CC1F. Grayscale: #6E6E6E. Windows color (decimal): -4574240 or 14693306. OLE color: 14693306.
HSL color Cylindrical-coordinate representation of color #BA33E0: hue angle of 286.82º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA33E0 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 51 | 224 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.12 |
| HSL | 286.82º | 0.74% | 0.54% | - |
| HSV(B) | 286.82º | 0.77% | 0.88% | - |
| XYZ | 34.89 | 18.19 | 72.19 | - |
| YUV | 111.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 224 | 0.17 | 0.77 | 0 | 0.12 | 286.82 | 0.74 | 0.54 |
| Hex | BA | 33 | E0 | 11 | 4D | 0 | C | 11F | 4A | 36 |
| Octal | 272 | 63 | 340 | 21 | 115 | 0 | 14 | 437 | 112 | 66 |
| Binary | 10111010 | 110011 | 11100000 | 10001 | 1001101 | 0 | 1100 | 100011111 | 1001010 | 110110 |
Color Harmonies of #BA33E0
Complementary color
Monochromatic Colors of #BA33E0
Black with #BA33E0
Text Example
Text Example
White with #BA33E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33E0; }
p { color: rgb(186,51,224); }
H1.HeaderClassName
{
color: #BA33E0;
}
.AnyTagClassName
{
color: #BA33E0;
}
</style>
background-color css
<style>
a { background-color: #BA33E0; }
a { background-color: rgb(186,51,224); }
div.DivClassName
{
background-color: #BA33E0;
}
.BgClassName
{
background-color: #BA33E0;
}
</style>
border-color css
<style>
span { border-color: #BA33E0; }
span { border-color: rgb(186,51,224); }
td.TdClassName
{
border-color: #BA33E0;
}
.TagClassName
{
border-color: #BA33E0;
}
</style>