Shades of Medium Orchid #BA3FF7
Tints of Medium Orchid #BA3FF7
RGB
CMYK
RGB Variations
Color information
#BA3FF7 (or 0xBA3FF7) is known color: Medium Orchid. HEX triplet: BA, 3F and F7. RGB value is (186,63,247). Sum of RGB (Red+Green+Blue) = 186+63+247=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 247 (96.88% from 255 or 49.80% from 496); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA3FF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FF7 is #45C008. Grayscale: #787878. Windows color (decimal): -4571145 or 16203706. OLE color: 16203706.
HSL color Cylindrical-coordinate representation of color #BA3FF7: hue angle of 280.11º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3FF7 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 63 | 247 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.03 |
| HSL | 280.11º | 0.92% | 0.61% | - |
| HSV(B) | 280.11º | 0.74% | 0.97% | - |
| XYZ | 38.82 | 20.71 | 89.95 | - |
| YUV | 120.75 | 199.25 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 247 | 0.25 | 0.74 | 0 | 0.03 | 280.11 | 0.92 | 0.61 |
| Hex | BA | 3F | F7 | 19 | 4A | 0 | 3 | 118 | 5C | 3D |
| Octal | 272 | 77 | 367 | 31 | 112 | 0 | 3 | 430 | 134 | 75 |
| Binary | 10111010 | 111111 | 11110111 | 11001 | 1001010 | 0 | 11 | 100011000 | 1011100 | 111101 |
Color Harmonies of #BA3FF7
Complementary color
Monochromatic Colors of #BA3FF7
Black with #BA3FF7
Text Example
Text Example
White with #BA3FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3FF7; }
p { color: rgb(186,63,247); }
H1.HeaderClassName
{
color: #BA3FF7;
}
.AnyTagClassName
{
color: #BA3FF7;
}
</style>
background-color css
<style>
a { background-color: #BA3FF7; }
a { background-color: rgb(186,63,247); }
div.DivClassName
{
background-color: #BA3FF7;
}
.BgClassName
{
background-color: #BA3FF7;
}
</style>
border-color css
<style>
span { border-color: #BA3FF7; }
span { border-color: rgb(186,63,247); }
td.TdClassName
{
border-color: #BA3FF7;
}
.TagClassName
{
border-color: #BA3FF7;
}
</style>