Shades of Medium Orchid #BA38FD
Tints of Medium Orchid #BA38FD
RGB
CMYK
RGB Variations
Color information
#BA38FD (or 0xBA38FD) is known color: Medium Orchid. HEX triplet: BA, 38 and FD. RGB value is (186,56,253). Sum of RGB (Red+Green+Blue) = 186+56+253=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA38FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA38FD is #45C702. Grayscale: #747474. Windows color (decimal): -4572931 or 16595130. OLE color: 16595130.
HSL color Cylindrical-coordinate representation of color #BA38FD: hue angle of 279.59º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA38FD is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 56 | 253 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.01 |
| HSL | 279.59º | 0.98% | 0.61% | - |
| HSV(B) | 279.59º | 0.78% | 0.99% | - |
| XYZ | 39.39 | 20.36 | 94.78 | - |
| YUV | 117.33 | 204.57 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 253 | 0.26 | 0.78 | 0 | 0.01 | 279.59 | 0.98 | 0.61 |
| Hex | BA | 38 | FD | 1A | 4E | 0 | 1 | 118 | 62 | 3D |
| Octal | 272 | 70 | 375 | 32 | 116 | 0 | 1 | 430 | 142 | 75 |
| Binary | 10111010 | 111000 | 11111101 | 11010 | 1001110 | 0 | 1 | 100011000 | 1100010 | 111101 |
Color Harmonies of #BA38FD
Complementary color
Monochromatic Colors of #BA38FD
Black with #BA38FD
Text Example
Text Example
White with #BA38FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38FD; }
p { color: rgb(186,56,253); }
H1.HeaderClassName
{
color: #BA38FD;
}
.AnyTagClassName
{
color: #BA38FD;
}
</style>
background-color css
<style>
a { background-color: #BA38FD; }
a { background-color: rgb(186,56,253); }
div.DivClassName
{
background-color: #BA38FD;
}
.BgClassName
{
background-color: #BA38FD;
}
</style>
border-color css
<style>
span { border-color: #BA38FD; }
span { border-color: rgb(186,56,253); }
td.TdClassName
{
border-color: #BA38FD;
}
.TagClassName
{
border-color: #BA38FD;
}
</style>