Shades of Medium Orchid #BA38CF
Tints of Medium Orchid #BA38CF
RGB
CMYK
RGB Variations
Color information
#BA38CF (or 0xBA38CF) is known color: Medium Orchid. HEX triplet: BA, 38 and CF. RGB value is (186,56,207). Sum of RGB (Red+Green+Blue) = 186+56+207=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA38CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38CF is #45C730. Grayscale: #6F6F6F. Windows color (decimal): -4572977 or 13580474. OLE color: 13580474.
HSL color Cylindrical-coordinate representation of color #BA38CF: hue angle of 291.66º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA38CF is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 56 | 207 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.19 |
| HSL | 291.66º | 0.61% | 0.52% | - |
| HSV(B) | 291.66º | 0.73% | 0.81% | - |
| XYZ | 32.93 | 17.77 | 60.73 | - |
| YUV | 112.08 | 181.57 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 207 | 0.10 | 0.73 | 0 | 0.19 | 291.66 | 0.61 | 0.52 |
| Hex | BA | 38 | CF | A | 49 | 0 | 13 | 124 | 3D | 34 |
| Octal | 272 | 70 | 317 | 12 | 111 | 0 | 23 | 444 | 75 | 64 |
| Binary | 10111010 | 111000 | 11001111 | 1010 | 1001001 | 0 | 10011 | 100100100 | 111101 | 110100 |
Color Harmonies of #BA38CF
Complementary color
Monochromatic Colors of #BA38CF
Black with #BA38CF
Text Example
Text Example
White with #BA38CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38CF; }
p { color: rgb(186,56,207); }
H1.HeaderClassName
{
color: #BA38CF;
}
.AnyTagClassName
{
color: #BA38CF;
}
</style>
background-color css
<style>
a { background-color: #BA38CF; }
a { background-color: rgb(186,56,207); }
div.DivClassName
{
background-color: #BA38CF;
}
.BgClassName
{
background-color: #BA38CF;
}
</style>
border-color css
<style>
span { border-color: #BA38CF; }
span { border-color: rgb(186,56,207); }
td.TdClassName
{
border-color: #BA38CF;
}
.TagClassName
{
border-color: #BA38CF;
}
</style>