Shades of Medium Orchid #BA62E4
Tints of Medium Orchid #BA62E4
RGB
CMYK
RGB Variations
Color information
#BA62E4 (or 0xBA62E4) is known color: Medium Orchid. HEX triplet: BA, 62 and E4. RGB value is (186,98,228). Sum of RGB (Red+Green+Blue) = 186+98+228=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA62E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62E4 is #459D1B. Grayscale: #8A8A8A. Windows color (decimal): -4562204 or 14967482. OLE color: 14967482.
HSL color Cylindrical-coordinate representation of color #BA62E4: hue angle of 280.62º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA62E4 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 98 | 228 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.11 |
| HSL | 280.62º | 0.71% | 0.64% | - |
| HSV(B) | 280.62º | 0.57% | 0.89% | - |
| XYZ | 38.62 | 24.78 | 76.15 | - |
| YUV | 139.13 | 178.15 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 228 | 0.18 | 0.57 | 0 | 0.11 | 280.62 | 0.71 | 0.64 |
| Hex | BA | 62 | E4 | 12 | 39 | 0 | B | 119 | 47 | 40 |
| Octal | 272 | 142 | 344 | 22 | 71 | 0 | 13 | 431 | 107 | 100 |
| Binary | 10111010 | 1100010 | 11100100 | 10010 | 111001 | 0 | 1011 | 100011001 | 1000111 | 1000000 |
Color Harmonies of #BA62E4
Complementary color
Monochromatic Colors of #BA62E4
Black with #BA62E4
Text Example
Text Example
White with #BA62E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62E4; }
p { color: rgb(186,98,228); }
H1.HeaderClassName
{
color: #BA62E4;
}
.AnyTagClassName
{
color: #BA62E4;
}
</style>
background-color css
<style>
a { background-color: #BA62E4; }
a { background-color: rgb(186,98,228); }
div.DivClassName
{
background-color: #BA62E4;
}
.BgClassName
{
background-color: #BA62E4;
}
</style>
border-color css
<style>
span { border-color: #BA62E4; }
span { border-color: rgb(186,98,228); }
td.TdClassName
{
border-color: #BA62E4;
}
.TagClassName
{
border-color: #BA62E4;
}
</style>