Shades of Medium Orchid #BA61C8
Tints of Medium Orchid #BA61C8
RGB
CMYK
RGB Variations
Color information
#BA61C8 (or 0xBA61C8) is known color: Medium Orchid. HEX triplet: BA, 61 and C8. RGB value is (186,97,200). Sum of RGB (Red+Green+Blue) = 186+97+200=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA61C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61C8 is #459E37. Grayscale: #878787. Windows color (decimal): -4562488 or 13132218. OLE color: 13132218.
HSL color Cylindrical-coordinate representation of color #BA61C8: hue angle of 291.84º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA61C8 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 97 | 200 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.22 |
| HSL | 291.84º | 0.48% | 0.58% | - |
| HSV(B) | 291.84º | 0.52% | 0.78% | - |
| XYZ | 34.95 | 23.16 | 57.27 | - |
| YUV | 135.35 | 164.49 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 200 | 0.07 | 0.52 | 0 | 0.22 | 291.84 | 0.48 | 0.58 |
| Hex | BA | 61 | C8 | 7 | 34 | 0 | 16 | 124 | 30 | 3A |
| Octal | 272 | 141 | 310 | 7 | 64 | 0 | 26 | 444 | 60 | 72 |
| Binary | 10111010 | 1100001 | 11001000 | 111 | 110100 | 0 | 10110 | 100100100 | 110000 | 111010 |
Color Harmonies of #BA61C8
Complementary color
Monochromatic Colors of #BA61C8
Black with #BA61C8
Text Example
Text Example
White with #BA61C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61C8; }
p { color: rgb(186,97,200); }
H1.HeaderClassName
{
color: #BA61C8;
}
.AnyTagClassName
{
color: #BA61C8;
}
</style>
background-color css
<style>
a { background-color: #BA61C8; }
a { background-color: rgb(186,97,200); }
div.DivClassName
{
background-color: #BA61C8;
}
.BgClassName
{
background-color: #BA61C8;
}
</style>
border-color css
<style>
span { border-color: #BA61C8; }
span { border-color: rgb(186,97,200); }
td.TdClassName
{
border-color: #BA61C8;
}
.TagClassName
{
border-color: #BA61C8;
}
</style>