Shades of Medium Orchid #BA62F7
Tints of Medium Orchid #BA62F7
RGB
CMYK
RGB Variations
Color information
#BA62F7 (or 0xBA62F7) is known color: Medium Orchid. HEX triplet: BA, 62 and F7. RGB value is (186,98,247). Sum of RGB (Red+Green+Blue) = 186+98+247=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA62F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62F7 is #459D08. Grayscale: #8C8C8C. Windows color (decimal): -4562185 or 16212666. OLE color: 16212666.
HSL color Cylindrical-coordinate representation of color #BA62F7: hue angle of 275.44º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA62F7 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 98 | 247 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.03 |
| HSL | 275.44º | 0.9% | 0.68% | - |
| HSV(B) | 275.44º | 0.6% | 0.97% | - |
| XYZ | 41.41 | 25.89 | 90.81 | - |
| YUV | 141.3 | 187.65 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 247 | 0.25 | 0.60 | 0 | 0.03 | 275.44 | 0.9 | 0.68 |
| Hex | BA | 62 | F7 | 19 | 3C | 0 | 3 | 113 | 5A | 44 |
| Octal | 272 | 142 | 367 | 31 | 74 | 0 | 3 | 423 | 132 | 104 |
| Binary | 10111010 | 1100010 | 11110111 | 11001 | 111100 | 0 | 11 | 100010011 | 1011010 | 1000100 |
Color Harmonies of #BA62F7
Complementary color
Monochromatic Colors of #BA62F7
Black with #BA62F7
Text Example
Text Example
White with #BA62F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62F7; }
p { color: rgb(186,98,247); }
H1.HeaderClassName
{
color: #BA62F7;
}
.AnyTagClassName
{
color: #BA62F7;
}
</style>
background-color css
<style>
a { background-color: #BA62F7; }
a { background-color: rgb(186,98,247); }
div.DivClassName
{
background-color: #BA62F7;
}
.BgClassName
{
background-color: #BA62F7;
}
</style>
border-color css
<style>
span { border-color: #BA62F7; }
span { border-color: rgb(186,98,247); }
td.TdClassName
{
border-color: #BA62F7;
}
.TagClassName
{
border-color: #BA62F7;
}
</style>