Shades of Medium Orchid #BA38FB
Tints of Medium Orchid #BA38FB
RGB
CMYK
RGB Variations
Color information
#BA38FB (or 0xBA38FB) is known color: Medium Orchid. HEX triplet: BA, 38 and FB. RGB value is (186,56,251). Sum of RGB (Red+Green+Blue) = 186+56+251=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 56 (22.27% from 255 or 11.36% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA38FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA38FB is #45C704. Grayscale: #747474. Windows color (decimal): -4572933 or 16464058. OLE color: 16464058.
HSL color Cylindrical-coordinate representation of color #BA38FB: hue angle of 280º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA38FB is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 56 | 251 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.02 |
| HSL | 280º | 0.96% | 0.6% | - |
| HSV(B) | 280º | 0.78% | 0.98% | - |
| XYZ | 39.08 | 20.23 | 93.11 | - |
| YUV | 117.1 | 203.57 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 251 | 0.26 | 0.78 | 0 | 0.02 | 280 | 0.96 | 0.6 |
| Hex | BA | 38 | FB | 1A | 4E | 0 | 2 | 118 | 60 | 3C |
| Octal | 272 | 70 | 373 | 32 | 116 | 0 | 2 | 430 | 140 | 74 |
| Binary | 10111010 | 111000 | 11111011 | 11010 | 1001110 | 0 | 10 | 100011000 | 1100000 | 111100 |
Color Harmonies of #BA38FB
Complementary color
Monochromatic Colors of #BA38FB
Black with #BA38FB
Text Example
Text Example
White with #BA38FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA38FB; }
p { color: rgb(186,56,251); }
H1.HeaderClassName
{
color: #BA38FB;
}
.AnyTagClassName
{
color: #BA38FB;
}
</style>
background-color css
<style>
a { background-color: #BA38FB; }
a { background-color: rgb(186,56,251); }
div.DivClassName
{
background-color: #BA38FB;
}
.BgClassName
{
background-color: #BA38FB;
}
</style>
border-color css
<style>
span { border-color: #BA38FB; }
span { border-color: rgb(186,56,251); }
td.TdClassName
{
border-color: #BA38FB;
}
.TagClassName
{
border-color: #BA38FB;
}
</style>