Shades of Medium Orchid #BA62C9
Tints of Medium Orchid #BA62C9
RGB
CMYK
RGB Variations
Color information
#BA62C9 (or 0xBA62C9) is known color: Medium Orchid. HEX triplet: BA, 62 and C9. RGB value is (186,98,201). Sum of RGB (Red+Green+Blue) = 186+98+201=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA62C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62C9 is #459D36. Grayscale: #878787. Windows color (decimal): -4562231 or 13198010. OLE color: 13198010.
HSL color Cylindrical-coordinate representation of color #BA62C9: hue angle of 291.26º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA62C9 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 98 | 201 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.21 |
| HSL | 291.26º | 0.49% | 0.59% | - |
| HSV(B) | 291.26º | 0.51% | 0.79% | - |
| XYZ | 35.16 | 23.39 | 57.92 | - |
| YUV | 136.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 201 | 0.07 | 0.51 | 0 | 0.21 | 291.26 | 0.49 | 0.59 |
| Hex | BA | 62 | C9 | 7 | 33 | 0 | 15 | 123 | 31 | 3B |
| Octal | 272 | 142 | 311 | 7 | 63 | 0 | 25 | 443 | 61 | 73 |
| Binary | 10111010 | 1100010 | 11001001 | 111 | 110011 | 0 | 10101 | 100100011 | 110001 | 111011 |
Color Harmonies of #BA62C9
Complementary color
Monochromatic Colors of #BA62C9
Black with #BA62C9
Text Example
Text Example
White with #BA62C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62C9; }
p { color: rgb(186,98,201); }
H1.HeaderClassName
{
color: #BA62C9;
}
.AnyTagClassName
{
color: #BA62C9;
}
</style>
background-color css
<style>
a { background-color: #BA62C9; }
a { background-color: rgb(186,98,201); }
div.DivClassName
{
background-color: #BA62C9;
}
.BgClassName
{
background-color: #BA62C9;
}
</style>
border-color css
<style>
span { border-color: #BA62C9; }
span { border-color: rgb(186,98,201); }
td.TdClassName
{
border-color: #BA62C9;
}
.TagClassName
{
border-color: #BA62C9;
}
</style>