Shades of Medium Orchid #BA77CF
Tints of Medium Orchid #BA77CF
RGB
CMYK
RGB Variations
Color information
#BA77CF (or 0xBA77CF) is known color: Medium Orchid. HEX triplet: BA, 77 and CF. RGB value is (186,119,207). Sum of RGB (Red+Green+Blue) = 186+119+207=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA77CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77CF is #458830. Grayscale: #949494. Windows color (decimal): -4556849 or 13596602. OLE color: 13596602.
HSL color Cylindrical-coordinate representation of color #BA77CF: hue angle of 285.68º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA77CF is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 119 | 207 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.19 |
| HSL | 285.68º | 0.48% | 0.64% | - |
| HSV(B) | 285.68º | 0.43% | 0.81% | - |
| XYZ | 38.11 | 28.14 | 62.45 | - |
| YUV | 149.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 207 | 0.10 | 0.43 | 0 | 0.19 | 285.68 | 0.48 | 0.64 |
| Hex | BA | 77 | CF | A | 2B | 0 | 13 | 11E | 30 | 40 |
| Octal | 272 | 167 | 317 | 12 | 53 | 0 | 23 | 436 | 60 | 100 |
| Binary | 10111010 | 1110111 | 11001111 | 1010 | 101011 | 0 | 10011 | 100011110 | 110000 | 1000000 |
Color Harmonies of #BA77CF
Complementary color
Monochromatic Colors of #BA77CF
Black with #BA77CF
Text Example
Text Example
White with #BA77CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77CF; }
p { color: rgb(186,119,207); }
H1.HeaderClassName
{
color: #BA77CF;
}
.AnyTagClassName
{
color: #BA77CF;
}
</style>
background-color css
<style>
a { background-color: #BA77CF; }
a { background-color: rgb(186,119,207); }
div.DivClassName
{
background-color: #BA77CF;
}
.BgClassName
{
background-color: #BA77CF;
}
</style>
border-color css
<style>
span { border-color: #BA77CF; }
span { border-color: rgb(186,119,207); }
td.TdClassName
{
border-color: #BA77CF;
}
.TagClassName
{
border-color: #BA77CF;
}
</style>