Shades of Medium Orchid #BA3FF9
Tints of Medium Orchid #BA3FF9
RGB
CMYK
RGB Variations
Color information
#BA3FF9 (or 0xBA3FF9) is known color: Medium Orchid. HEX triplet: BA, 3F and F9. RGB value is (186,63,249). Sum of RGB (Red+Green+Blue) = 186+63+249=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA3FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FF9 is #45C006. Grayscale: #787878. Windows color (decimal): -4571143 or 16334778. OLE color: 16334778.
HSL color Cylindrical-coordinate representation of color #BA3FF9: hue angle of 279.68º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3FF9 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 63 | 249 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.02 |
| HSL | 279.68º | 0.94% | 0.61% | - |
| HSV(B) | 279.68º | 0.75% | 0.98% | - |
| XYZ | 39.13 | 20.83 | 91.58 | - |
| YUV | 120.98 | 200.25 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 249 | 0.25 | 0.75 | 0 | 0.02 | 279.68 | 0.94 | 0.61 |
| Hex | BA | 3F | F9 | 19 | 4B | 0 | 2 | 118 | 5E | 3D |
| Octal | 272 | 77 | 371 | 31 | 113 | 0 | 2 | 430 | 136 | 75 |
| Binary | 10111010 | 111111 | 11111001 | 11001 | 1001011 | 0 | 10 | 100011000 | 1011110 | 111101 |
Color Harmonies of #BA3FF9
Complementary color
Monochromatic Colors of #BA3FF9
Black with #BA3FF9
Text Example
Text Example
White with #BA3FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FF9; }
p { color: rgb(186,63,249); }
H1.HeaderClassName
{
color: #BA3FF9;
}
.AnyTagClassName
{
color: #BA3FF9;
}
</style>
background-color css
<style>
a { background-color: #BA3FF9; }
a { background-color: rgb(186,63,249); }
div.DivClassName
{
background-color: #BA3FF9;
}
.BgClassName
{
background-color: #BA3FF9;
}
</style>
border-color css
<style>
span { border-color: #BA3FF9; }
span { border-color: rgb(186,63,249); }
td.TdClassName
{
border-color: #BA3FF9;
}
.TagClassName
{
border-color: #BA3FF9;
}
</style>