Shades of Medium Orchid #BA38F6
Tints of Medium Orchid #BA38F6
RGB
CMYK
RGB Variations
Color information
#BA38F6 (or 0xBA38F6) is known color: Medium Orchid. HEX triplet: BA, 38 and F6. RGB value is (186,56,246). Sum of RGB (Red+Green+Blue) = 186+56+246=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 56 (22.27% from 255 or 11.48% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA38F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA38F6 is #45C709. Grayscale: #737373. Windows color (decimal): -4572938 or 16136378. OLE color: 16136378.
HSL color Cylindrical-coordinate representation of color #BA38F6: hue angle of 281.05º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA38F6 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 56 | 246 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.04 |
| HSL | 281.05º | 0.91% | 0.59% | - |
| HSV(B) | 281.05º | 0.77% | 0.96% | - |
| XYZ | 38.3 | 19.92 | 89.02 | - |
| YUV | 116.53 | 201.07 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 246 | 0.24 | 0.77 | 0 | 0.04 | 281.05 | 0.91 | 0.59 |
| Hex | BA | 38 | F6 | 18 | 4D | 0 | 4 | 119 | 5B | 3B |
| Octal | 272 | 70 | 366 | 30 | 115 | 0 | 4 | 431 | 133 | 73 |
| Binary | 10111010 | 111000 | 11110110 | 11000 | 1001101 | 0 | 100 | 100011001 | 1011011 | 111011 |
Color Harmonies of #BA38F6
Complementary color
Monochromatic Colors of #BA38F6
Black with #BA38F6
Text Example
Text Example
White with #BA38F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38F6; }
p { color: rgb(186,56,246); }
H1.HeaderClassName
{
color: #BA38F6;
}
.AnyTagClassName
{
color: #BA38F6;
}
</style>
background-color css
<style>
a { background-color: #BA38F6; }
a { background-color: rgb(186,56,246); }
div.DivClassName
{
background-color: #BA38F6;
}
.BgClassName
{
background-color: #BA38F6;
}
</style>
border-color css
<style>
span { border-color: #BA38F6; }
span { border-color: rgb(186,56,246); }
td.TdClassName
{
border-color: #BA38F6;
}
.TagClassName
{
border-color: #BA38F6;
}
</style>