Shades of Medium Orchid #BA33ED
Tints of Medium Orchid #BA33ED
RGB
CMYK
RGB Variations
Color information
#BA33ED (or 0xBA33ED) is known color: Medium Orchid. HEX triplet: BA, 33 and ED. RGB value is (186,51,237). Sum of RGB (Red+Green+Blue) = 186+51+237=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 51 (20.31% from 255 or 10.76% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA33ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33ED is #45CC12. Grayscale: #6F6F6F. Windows color (decimal): -4574227 or 15545274. OLE color: 15545274.
HSL color Cylindrical-coordinate representation of color #BA33ED: hue angle of 283.55º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA33ED is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 51 | 237 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.07 |
| HSL | 283.55º | 0.84% | 0.56% | - |
| HSV(B) | 283.55º | 0.78% | 0.93% | - |
| XYZ | 36.72 | 18.92 | 81.84 | - |
| YUV | 112.57 | 198.23 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 237 | 0.22 | 0.78 | 0 | 0.07 | 283.55 | 0.84 | 0.56 |
| Hex | BA | 33 | ED | 16 | 4E | 0 | 7 | 11C | 54 | 38 |
| Octal | 272 | 63 | 355 | 26 | 116 | 0 | 7 | 434 | 124 | 70 |
| Binary | 10111010 | 110011 | 11101101 | 10110 | 1001110 | 0 | 111 | 100011100 | 1010100 | 111000 |
Color Harmonies of #BA33ED
Complementary color
Monochromatic Colors of #BA33ED
Black with #BA33ED
Text Example
Text Example
White with #BA33ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33ED; }
p { color: rgb(186,51,237); }
H1.HeaderClassName
{
color: #BA33ED;
}
.AnyTagClassName
{
color: #BA33ED;
}
</style>
background-color css
<style>
a { background-color: #BA33ED; }
a { background-color: rgb(186,51,237); }
div.DivClassName
{
background-color: #BA33ED;
}
.BgClassName
{
background-color: #BA33ED;
}
</style>
border-color css
<style>
span { border-color: #BA33ED; }
span { border-color: rgb(186,51,237); }
td.TdClassName
{
border-color: #BA33ED;
}
.TagClassName
{
border-color: #BA33ED;
}
</style>