Shades of Medium Orchid #BA3BF7
Tints of Medium Orchid #BA3BF7
RGB
CMYK
RGB Variations
Color information
#BA3BF7 (or 0xBA3BF7) is known color: Medium Orchid. HEX triplet: BA, 3B and F7. RGB value is (186,59,247). Sum of RGB (Red+Green+Blue) = 186+59+247=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 59 (23.44% from 255 or 11.99% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA3BF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3BF7 is #45C408. Grayscale: #757575. Windows color (decimal): -4572169 or 16202682. OLE color: 16202682.
HSL color Cylindrical-coordinate representation of color #BA3BF7: hue angle of 280.53º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA3BF7 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 59 | 247 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.03 |
| HSL | 280.53º | 0.92% | 0.6% | - |
| HSV(B) | 280.53º | 0.76% | 0.97% | - |
| XYZ | 38.6 | 20.28 | 89.88 | - |
| YUV | 118.41 | 200.58 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 247 | 0.25 | 0.76 | 0 | 0.03 | 280.53 | 0.92 | 0.6 |
| Hex | BA | 3B | F7 | 19 | 4C | 0 | 3 | 119 | 5C | 3C |
| Octal | 272 | 73 | 367 | 31 | 114 | 0 | 3 | 431 | 134 | 74 |
| Binary | 10111010 | 111011 | 11110111 | 11001 | 1001100 | 0 | 11 | 100011001 | 1011100 | 111100 |
Color Harmonies of #BA3BF7
Complementary color
Monochromatic Colors of #BA3BF7
Black with #BA3BF7
Text Example
Text Example
White with #BA3BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3BF7; }
p { color: rgb(186,59,247); }
H1.HeaderClassName
{
color: #BA3BF7;
}
.AnyTagClassName
{
color: #BA3BF7;
}
</style>
background-color css
<style>
a { background-color: #BA3BF7; }
a { background-color: rgb(186,59,247); }
div.DivClassName
{
background-color: #BA3BF7;
}
.BgClassName
{
background-color: #BA3BF7;
}
</style>
border-color css
<style>
span { border-color: #BA3BF7; }
span { border-color: rgb(186,59,247); }
td.TdClassName
{
border-color: #BA3BF7;
}
.TagClassName
{
border-color: #BA3BF7;
}
</style>