Shades of Medium Orchid #BA62CF
Tints of Medium Orchid #BA62CF
RGB
CMYK
RGB Variations
Color information
#BA62CF (or 0xBA62CF) is known color: Medium Orchid. HEX triplet: BA, 62 and CF. RGB value is (186,98,207). Sum of RGB (Red+Green+Blue) = 186+98+207=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA62CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62CF is #459D30. Grayscale: #888888. Windows color (decimal): -4562225 or 13591226. OLE color: 13591226.
HSL color Cylindrical-coordinate representation of color #BA62CF: hue angle of 288.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA62CF is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 98 | 207 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.19 |
| HSL | 288.44º | 0.53% | 0.6% | - |
| HSV(B) | 288.44º | 0.53% | 0.81% | - |
| XYZ | 35.88 | 23.68 | 61.71 | - |
| YUV | 136.74 | 167.65 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 207 | 0.10 | 0.53 | 0 | 0.19 | 288.44 | 0.53 | 0.6 |
| Hex | BA | 62 | CF | A | 35 | 0 | 13 | 120 | 35 | 3C |
| Octal | 272 | 142 | 317 | 12 | 65 | 0 | 23 | 440 | 65 | 74 |
| Binary | 10111010 | 1100010 | 11001111 | 1010 | 110101 | 0 | 10011 | 100100000 | 110101 | 111100 |
Color Harmonies of #BA62CF
Complementary color
Monochromatic Colors of #BA62CF
Black with #BA62CF
Text Example
Text Example
White with #BA62CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62CF; }
p { color: rgb(186,98,207); }
H1.HeaderClassName
{
color: #BA62CF;
}
.AnyTagClassName
{
color: #BA62CF;
}
</style>
background-color css
<style>
a { background-color: #BA62CF; }
a { background-color: rgb(186,98,207); }
div.DivClassName
{
background-color: #BA62CF;
}
.BgClassName
{
background-color: #BA62CF;
}
</style>
border-color css
<style>
span { border-color: #BA62CF; }
span { border-color: rgb(186,98,207); }
td.TdClassName
{
border-color: #BA62CF;
}
.TagClassName
{
border-color: #BA62CF;
}
</style>