Shades of Medium Orchid #BA3DF7
Tints of Medium Orchid #BA3DF7
RGB
CMYK
RGB Variations
Color information
#BA3DF7 (or 0xBA3DF7) is known color: Medium Orchid. HEX triplet: BA, 3D and F7. RGB value is (186,61,247). Sum of RGB (Red+Green+Blue) = 186+61+247=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 61 (24.22% from 255 or 12.35% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA3DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3DF7 is #45C208. Grayscale: #767676. Windows color (decimal): -4571657 or 16203194. OLE color: 16203194.
HSL color Cylindrical-coordinate representation of color #BA3DF7: hue angle of 280.32º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3DF7 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 61 | 247 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.03 |
| HSL | 280.32º | 0.92% | 0.6% | - |
| HSV(B) | 280.32º | 0.75% | 0.97% | - |
| XYZ | 38.71 | 20.49 | 89.91 | - |
| YUV | 119.58 | 199.91 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 247 | 0.25 | 0.75 | 0 | 0.03 | 280.32 | 0.92 | 0.6 |
| Hex | BA | 3D | F7 | 19 | 4B | 0 | 3 | 118 | 5C | 3C |
| Octal | 272 | 75 | 367 | 31 | 113 | 0 | 3 | 430 | 134 | 74 |
| Binary | 10111010 | 111101 | 11110111 | 11001 | 1001011 | 0 | 11 | 100011000 | 1011100 | 111100 |
Color Harmonies of #BA3DF7
Complementary color
Monochromatic Colors of #BA3DF7
Black with #BA3DF7
Text Example
Text Example
White with #BA3DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3DF7; }
p { color: rgb(186,61,247); }
H1.HeaderClassName
{
color: #BA3DF7;
}
.AnyTagClassName
{
color: #BA3DF7;
}
</style>
background-color css
<style>
a { background-color: #BA3DF7; }
a { background-color: rgb(186,61,247); }
div.DivClassName
{
background-color: #BA3DF7;
}
.BgClassName
{
background-color: #BA3DF7;
}
</style>
border-color css
<style>
span { border-color: #BA3DF7; }
span { border-color: rgb(186,61,247); }
td.TdClassName
{
border-color: #BA3DF7;
}
.TagClassName
{
border-color: #BA3DF7;
}
</style>