Shades of Medium Orchid #BA62F6
Tints of Medium Orchid #BA62F6
RGB
CMYK
RGB Variations
Color information
#BA62F6 (or 0xBA62F6) is known color: Medium Orchid. HEX triplet: BA, 62 and F6. RGB value is (186,98,246). Sum of RGB (Red+Green+Blue) = 186+98+246=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA62F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62F6 is #459D09. Grayscale: #8C8C8C. Windows color (decimal): -4562186 or 16147130. OLE color: 16147130.
HSL color Cylindrical-coordinate representation of color #BA62F6: hue angle of 275.68º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA62F6 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 98 | 246 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.04 |
| HSL | 275.68º | 0.89% | 0.67% | - |
| HSV(B) | 275.68º | 0.6% | 0.96% | - |
| XYZ | 41.25 | 25.83 | 90 | - |
| YUV | 141.18 | 187.15 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 246 | 0.24 | 0.60 | 0 | 0.04 | 275.68 | 0.89 | 0.67 |
| Hex | BA | 62 | F6 | 18 | 3C | 0 | 4 | 114 | 59 | 43 |
| Octal | 272 | 142 | 366 | 30 | 74 | 0 | 4 | 424 | 131 | 103 |
| Binary | 10111010 | 1100010 | 11110110 | 11000 | 111100 | 0 | 100 | 100010100 | 1011001 | 1000011 |
Color Harmonies of #BA62F6
Complementary color
Monochromatic Colors of #BA62F6
Black with #BA62F6
Text Example
Text Example
White with #BA62F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62F6; }
p { color: rgb(186,98,246); }
H1.HeaderClassName
{
color: #BA62F6;
}
.AnyTagClassName
{
color: #BA62F6;
}
</style>
background-color css
<style>
a { background-color: #BA62F6; }
a { background-color: rgb(186,98,246); }
div.DivClassName
{
background-color: #BA62F6;
}
.BgClassName
{
background-color: #BA62F6;
}
</style>
border-color css
<style>
span { border-color: #BA62F6; }
span { border-color: rgb(186,98,246); }
td.TdClassName
{
border-color: #BA62F6;
}
.TagClassName
{
border-color: #BA62F6;
}
</style>