Shades of Medium Orchid #BA62F3
Tints of Medium Orchid #BA62F3
RGB
CMYK
RGB Variations
Color information
#BA62F3 (or 0xBA62F3) is known color: Medium Orchid. HEX triplet: BA, 62 and F3. RGB value is (186,98,243). Sum of RGB (Red+Green+Blue) = 186+98+243=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA62F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62F3 is #459D0C. Grayscale: #8C8C8C. Windows color (decimal): -4562189 or 15950522. OLE color: 15950522.
HSL color Cylindrical-coordinate representation of color #BA62F3: hue angle of 276.41º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA62F3 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 98 | 243 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.05 |
| HSL | 276.41º | 0.86% | 0.67% | - |
| HSV(B) | 276.41º | 0.6% | 0.95% | - |
| XYZ | 40.8 | 25.65 | 87.59 | - |
| YUV | 140.84 | 185.65 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 243 | 0.23 | 0.60 | 0 | 0.05 | 276.41 | 0.86 | 0.67 |
| Hex | BA | 62 | F3 | 17 | 3C | 0 | 5 | 114 | 56 | 43 |
| Octal | 272 | 142 | 363 | 27 | 74 | 0 | 5 | 424 | 126 | 103 |
| Binary | 10111010 | 1100010 | 11110011 | 10111 | 111100 | 0 | 101 | 100010100 | 1010110 | 1000011 |
Color Harmonies of #BA62F3
Complementary color
Monochromatic Colors of #BA62F3
Black with #BA62F3
Text Example
Text Example
White with #BA62F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62F3; }
p { color: rgb(186,98,243); }
H1.HeaderClassName
{
color: #BA62F3;
}
.AnyTagClassName
{
color: #BA62F3;
}
</style>
background-color css
<style>
a { background-color: #BA62F3; }
a { background-color: rgb(186,98,243); }
div.DivClassName
{
background-color: #BA62F3;
}
.BgClassName
{
background-color: #BA62F3;
}
</style>
border-color css
<style>
span { border-color: #BA62F3; }
span { border-color: rgb(186,98,243); }
td.TdClassName
{
border-color: #BA62F3;
}
.TagClassName
{
border-color: #BA62F3;
}
</style>