Shades of Medium Orchid #BA30E6
Tints of Medium Orchid #BA30E6
RGB
CMYK
RGB Variations
Color information
#BA30E6 (or 0xBA30E6) is known color: Medium Orchid. HEX triplet: BA, 30 and E6. RGB value is (186,48,230). Sum of RGB (Red+Green+Blue) = 186+48+230=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA30E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA30E6 is #45CF19. Grayscale: #6D6D6D. Windows color (decimal): -4575002 or 15085754. OLE color: 15085754.
HSL color Cylindrical-coordinate representation of color #BA30E6: hue angle of 285.49º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA30E6 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 48 | 230 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.10 |
| HSL | 285.49º | 0.78% | 0.55% | - |
| HSV(B) | 285.49º | 0.79% | 0.9% | - |
| XYZ | 35.59 | 18.27 | 76.51 | - |
| YUV | 110.01 | 195.72 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 230 | 0.19 | 0.79 | 0 | 0.10 | 285.49 | 0.78 | 0.55 |
| Hex | BA | 30 | E6 | 13 | 4F | 0 | A | 11D | 4E | 37 |
| Octal | 272 | 60 | 346 | 23 | 117 | 0 | 12 | 435 | 116 | 67 |
| Binary | 10111010 | 110000 | 11100110 | 10011 | 1001111 | 0 | 1010 | 100011101 | 1001110 | 110111 |
Color Harmonies of #BA30E6
Complementary color
Monochromatic Colors of #BA30E6
Black with #BA30E6
Text Example
Text Example
White with #BA30E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30E6; }
p { color: rgb(186,48,230); }
H1.HeaderClassName
{
color: #BA30E6;
}
.AnyTagClassName
{
color: #BA30E6;
}
</style>
background-color css
<style>
a { background-color: #BA30E6; }
a { background-color: rgb(186,48,230); }
div.DivClassName
{
background-color: #BA30E6;
}
.BgClassName
{
background-color: #BA30E6;
}
</style>
border-color css
<style>
span { border-color: #BA30E6; }
span { border-color: rgb(186,48,230); }
td.TdClassName
{
border-color: #BA30E6;
}
.TagClassName
{
border-color: #BA30E6;
}
</style>