Shades of Medium Orchid #BA3FF8
Tints of Medium Orchid #BA3FF8
RGB
CMYK
RGB Variations
Color information
#BA3FF8 (or 0xBA3FF8) is known color: Medium Orchid. HEX triplet: BA, 3F and F8. RGB value is (186,63,248). Sum of RGB (Red+Green+Blue) = 186+63+248=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA3FF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FF8 is #45C007. Grayscale: #787878. Windows color (decimal): -4571144 or 16269242. OLE color: 16269242.
HSL color Cylindrical-coordinate representation of color #BA3FF8: hue angle of 279.89º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3FF8 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 63 | 248 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.03 |
| HSL | 279.89º | 0.93% | 0.61% | - |
| HSV(B) | 279.89º | 0.75% | 0.97% | - |
| XYZ | 38.97 | 20.77 | 90.76 | - |
| YUV | 120.87 | 199.75 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 248 | 0.25 | 0.75 | 0 | 0.03 | 279.89 | 0.93 | 0.61 |
| Hex | BA | 3F | F8 | 19 | 4B | 0 | 3 | 118 | 5D | 3D |
| Octal | 272 | 77 | 370 | 31 | 113 | 0 | 3 | 430 | 135 | 75 |
| Binary | 10111010 | 111111 | 11111000 | 11001 | 1001011 | 0 | 11 | 100011000 | 1011101 | 111101 |
Color Harmonies of #BA3FF8
Complementary color
Monochromatic Colors of #BA3FF8
Black with #BA3FF8
Text Example
Text Example
White with #BA3FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FF8; }
p { color: rgb(186,63,248); }
H1.HeaderClassName
{
color: #BA3FF8;
}
.AnyTagClassName
{
color: #BA3FF8;
}
</style>
background-color css
<style>
a { background-color: #BA3FF8; }
a { background-color: rgb(186,63,248); }
div.DivClassName
{
background-color: #BA3FF8;
}
.BgClassName
{
background-color: #BA3FF8;
}
</style>
border-color css
<style>
span { border-color: #BA3FF8; }
span { border-color: rgb(186,63,248); }
td.TdClassName
{
border-color: #BA3FF8;
}
.TagClassName
{
border-color: #BA3FF8;
}
</style>