Shades of Medium Orchid #BA30ED
Tints of Medium Orchid #BA30ED
RGB
CMYK
RGB Variations
Color information
#BA30ED (or 0xBA30ED) is known color: Medium Orchid. HEX triplet: BA, 30 and ED. RGB value is (186,48,237). Sum of RGB (Red+Green+Blue) = 186+48+237=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA30ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA30ED is #45CF12. Grayscale: #6E6E6E. Windows color (decimal): -4574995 or 15544506. OLE color: 15544506.
HSL color Cylindrical-coordinate representation of color #BA30ED: hue angle of 283.81º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA30ED is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 48 | 237 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.07 |
| HSL | 283.81º | 0.84% | 0.56% | - |
| HSV(B) | 283.81º | 0.8% | 0.93% | - |
| XYZ | 36.59 | 18.67 | 81.8 | - |
| YUV | 110.81 | 199.22 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 237 | 0.22 | 0.80 | 0 | 0.07 | 283.81 | 0.84 | 0.56 |
| Hex | BA | 30 | ED | 16 | 50 | 0 | 7 | 11C | 54 | 38 |
| Octal | 272 | 60 | 355 | 26 | 120 | 0 | 7 | 434 | 124 | 70 |
| Binary | 10111010 | 110000 | 11101101 | 10110 | 1010000 | 0 | 111 | 100011100 | 1010100 | 111000 |
Color Harmonies of #BA30ED
Complementary color
Monochromatic Colors of #BA30ED
Black with #BA30ED
Text Example
Text Example
White with #BA30ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30ED; }
p { color: rgb(186,48,237); }
H1.HeaderClassName
{
color: #BA30ED;
}
.AnyTagClassName
{
color: #BA30ED;
}
</style>
background-color css
<style>
a { background-color: #BA30ED; }
a { background-color: rgb(186,48,237); }
div.DivClassName
{
background-color: #BA30ED;
}
.BgClassName
{
background-color: #BA30ED;
}
</style>
border-color css
<style>
span { border-color: #BA30ED; }
span { border-color: rgb(186,48,237); }
td.TdClassName
{
border-color: #BA30ED;
}
.TagClassName
{
border-color: #BA30ED;
}
</style>