Shades of Medium Orchid #BA62F4
Tints of Medium Orchid #BA62F4
RGB
CMYK
RGB Variations
Color information
#BA62F4 (or 0xBA62F4) is known color: Medium Orchid. HEX triplet: BA, 62 and F4. RGB value is (186,98,244). Sum of RGB (Red+Green+Blue) = 186+98+244=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA62F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62F4 is #459D0B. Grayscale: #8C8C8C. Windows color (decimal): -4562188 or 16016058. OLE color: 16016058.
HSL color Cylindrical-coordinate representation of color #BA62F4: hue angle of 276.16º degrees, saturation: 0.87, 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 #BA62F4 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 98 | 244 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.04 |
| HSL | 276.16º | 0.87% | 0.67% | - |
| HSV(B) | 276.16º | 0.6% | 0.96% | - |
| XYZ | 40.95 | 25.71 | 88.39 | - |
| YUV | 140.96 | 186.15 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 244 | 0.24 | 0.60 | 0 | 0.04 | 276.16 | 0.87 | 0.67 |
| Hex | BA | 62 | F4 | 18 | 3C | 0 | 4 | 114 | 57 | 43 |
| Octal | 272 | 142 | 364 | 30 | 74 | 0 | 4 | 424 | 127 | 103 |
| Binary | 10111010 | 1100010 | 11110100 | 11000 | 111100 | 0 | 100 | 100010100 | 1010111 | 1000011 |
Color Harmonies of #BA62F4
Complementary color
Monochromatic Colors of #BA62F4
Black with #BA62F4
Text Example
Text Example
White with #BA62F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62F4; }
p { color: rgb(186,98,244); }
H1.HeaderClassName
{
color: #BA62F4;
}
.AnyTagClassName
{
color: #BA62F4;
}
</style>
background-color css
<style>
a { background-color: #BA62F4; }
a { background-color: rgb(186,98,244); }
div.DivClassName
{
background-color: #BA62F4;
}
.BgClassName
{
background-color: #BA62F4;
}
</style>
border-color css
<style>
span { border-color: #BA62F4; }
span { border-color: rgb(186,98,244); }
td.TdClassName
{
border-color: #BA62F4;
}
.TagClassName
{
border-color: #BA62F4;
}
</style>