Shades of Medium Orchid #BA38F0
Tints of Medium Orchid #BA38F0
RGB
CMYK
RGB Variations
Color information
#BA38F0 (or 0xBA38F0) is known color: Medium Orchid. HEX triplet: BA, 38 and F0. RGB value is (186,56,240). Sum of RGB (Red+Green+Blue) = 186+56+240=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA38F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA38F0 is #45C70F. Grayscale: #737373. Windows color (decimal): -4572944 or 15743162. OLE color: 15743162.
HSL color Cylindrical-coordinate representation of color #BA38F0: hue angle of 282.39º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA38F0 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 56 | 240 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.06 |
| HSL | 282.39º | 0.86% | 0.58% | - |
| HSV(B) | 282.39º | 0.77% | 0.94% | - |
| XYZ | 37.39 | 19.56 | 84.24 | - |
| YUV | 115.85 | 198.07 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 240 | 0.22 | 0.77 | 0 | 0.06 | 282.39 | 0.86 | 0.58 |
| Hex | BA | 38 | F0 | 16 | 4D | 0 | 6 | 11A | 56 | 3A |
| Octal | 272 | 70 | 360 | 26 | 115 | 0 | 6 | 432 | 126 | 72 |
| Binary | 10111010 | 111000 | 11110000 | 10110 | 1001101 | 0 | 110 | 100011010 | 1010110 | 111010 |
Color Harmonies of #BA38F0
Complementary color
Monochromatic Colors of #BA38F0
Black with #BA38F0
Text Example
Text Example
White with #BA38F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38F0; }
p { color: rgb(186,56,240); }
H1.HeaderClassName
{
color: #BA38F0;
}
.AnyTagClassName
{
color: #BA38F0;
}
</style>
background-color css
<style>
a { background-color: #BA38F0; }
a { background-color: rgb(186,56,240); }
div.DivClassName
{
background-color: #BA38F0;
}
.BgClassName
{
background-color: #BA38F0;
}
</style>
border-color css
<style>
span { border-color: #BA38F0; }
span { border-color: rgb(186,56,240); }
td.TdClassName
{
border-color: #BA38F0;
}
.TagClassName
{
border-color: #BA38F0;
}
</style>