Shades of Medium Orchid #BA62F0
Tints of Medium Orchid #BA62F0
RGB
CMYK
RGB Variations
Color information
#BA62F0 (or 0xBA62F0) is known color: Medium Orchid. HEX triplet: BA, 62 and F0. RGB value is (186,98,240). Sum of RGB (Red+Green+Blue) = 186+98+240=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA62F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62F0 is #459D0F. Grayscale: #8C8C8C. Windows color (decimal): -4562192 or 15753914. OLE color: 15753914.
HSL color Cylindrical-coordinate representation of color #BA62F0: hue angle of 277.18º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA62F0 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 98 | 240 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.06 |
| HSL | 277.18º | 0.83% | 0.66% | - |
| HSV(B) | 277.18º | 0.59% | 0.94% | - |
| XYZ | 40.35 | 25.47 | 85.23 | - |
| YUV | 140.5 | 184.15 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 240 | 0.22 | 0.59 | 0 | 0.06 | 277.18 | 0.83 | 0.66 |
| Hex | BA | 62 | F0 | 16 | 3B | 0 | 6 | 115 | 53 | 42 |
| Octal | 272 | 142 | 360 | 26 | 73 | 0 | 6 | 425 | 123 | 102 |
| Binary | 10111010 | 1100010 | 11110000 | 10110 | 111011 | 0 | 110 | 100010101 | 1010011 | 1000010 |
Color Harmonies of #BA62F0
Complementary color
Monochromatic Colors of #BA62F0
Black with #BA62F0
Text Example
Text Example
White with #BA62F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62F0; }
p { color: rgb(186,98,240); }
H1.HeaderClassName
{
color: #BA62F0;
}
.AnyTagClassName
{
color: #BA62F0;
}
</style>
background-color css
<style>
a { background-color: #BA62F0; }
a { background-color: rgb(186,98,240); }
div.DivClassName
{
background-color: #BA62F0;
}
.BgClassName
{
background-color: #BA62F0;
}
</style>
border-color css
<style>
span { border-color: #BA62F0; }
span { border-color: rgb(186,98,240); }
td.TdClassName
{
border-color: #BA62F0;
}
.TagClassName
{
border-color: #BA62F0;
}
</style>