Shades of Medium Orchid #BA4FF6
Tints of Medium Orchid #BA4FF6
RGB
CMYK
RGB Variations
Color information
#BA4FF6 (or 0xBA4FF6) is known color: Medium Orchid. HEX triplet: BA, 4F and F6. RGB value is (186,79,246). Sum of RGB (Red+Green+Blue) = 186+79+246=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA4FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FF6 is #45B009. Grayscale: #818181. Windows color (decimal): -4567050 or 16142266. OLE color: 16142266.
HSL color Cylindrical-coordinate representation of color #BA4FF6: hue angle of 278.44º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA4FF6 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 79 | 246 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.04 |
| HSL | 278.44º | 0.9% | 0.64% | - |
| HSV(B) | 278.44º | 0.68% | 0.96% | - |
| XYZ | 39.68 | 22.68 | 89.48 | - |
| YUV | 130.03 | 193.45 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 246 | 0.24 | 0.68 | 0 | 0.04 | 278.44 | 0.9 | 0.64 |
| Hex | BA | 4F | F6 | 18 | 44 | 0 | 4 | 116 | 5A | 40 |
| Octal | 272 | 117 | 366 | 30 | 104 | 0 | 4 | 426 | 132 | 100 |
| Binary | 10111010 | 1001111 | 11110110 | 11000 | 1000100 | 0 | 100 | 100010110 | 1011010 | 1000000 |
Color Harmonies of #BA4FF6
Complementary color
Monochromatic Colors of #BA4FF6
Black with #BA4FF6
Text Example
Text Example
White with #BA4FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FF6; }
p { color: rgb(186,79,246); }
H1.HeaderClassName
{
color: #BA4FF6;
}
.AnyTagClassName
{
color: #BA4FF6;
}
</style>
background-color css
<style>
a { background-color: #BA4FF6; }
a { background-color: rgb(186,79,246); }
div.DivClassName
{
background-color: #BA4FF6;
}
.BgClassName
{
background-color: #BA4FF6;
}
</style>
border-color css
<style>
span { border-color: #BA4FF6; }
span { border-color: rgb(186,79,246); }
td.TdClassName
{
border-color: #BA4FF6;
}
.TagClassName
{
border-color: #BA4FF6;
}
</style>