Shades of Medium Orchid #BA3EF7
Tints of Medium Orchid #BA3EF7
RGB
CMYK
RGB Variations
Color information
#BA3EF7 (or 0xBA3EF7) is known color: Medium Orchid. HEX triplet: BA, 3E and F7. RGB value is (186,62,247). Sum of RGB (Red+Green+Blue) = 186+62+247=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 62 (24.61% from 255 or 12.53% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA3EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3EF7 is #45C108. Grayscale: #777777. Windows color (decimal): -4571401 or 16203450. OLE color: 16203450.
HSL color Cylindrical-coordinate representation of color #BA3EF7: hue angle of 280.22º degrees, saturation: 0.92, 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 #BA3EF7 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 62 | 247 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.03 |
| HSL | 280.22º | 0.92% | 0.61% | - |
| HSV(B) | 280.22º | 0.75% | 0.97% | - |
| XYZ | 38.76 | 20.6 | 89.93 | - |
| YUV | 120.17 | 199.58 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 247 | 0.25 | 0.75 | 0 | 0.03 | 280.22 | 0.92 | 0.61 |
| Hex | BA | 3E | F7 | 19 | 4B | 0 | 3 | 118 | 5C | 3D |
| Octal | 272 | 76 | 367 | 31 | 113 | 0 | 3 | 430 | 134 | 75 |
| Binary | 10111010 | 111110 | 11110111 | 11001 | 1001011 | 0 | 11 | 100011000 | 1011100 | 111101 |
Color Harmonies of #BA3EF7
Complementary color
Monochromatic Colors of #BA3EF7
Black with #BA3EF7
Text Example
Text Example
White with #BA3EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3EF7; }
p { color: rgb(186,62,247); }
H1.HeaderClassName
{
color: #BA3EF7;
}
.AnyTagClassName
{
color: #BA3EF7;
}
</style>
background-color css
<style>
a { background-color: #BA3EF7; }
a { background-color: rgb(186,62,247); }
div.DivClassName
{
background-color: #BA3EF7;
}
.BgClassName
{
background-color: #BA3EF7;
}
</style>
border-color css
<style>
span { border-color: #BA3EF7; }
span { border-color: rgb(186,62,247); }
td.TdClassName
{
border-color: #BA3EF7;
}
.TagClassName
{
border-color: #BA3EF7;
}
</style>