Shades of Medium Orchid #BA77DF
Tints of Medium Orchid #BA77DF
RGB
CMYK
RGB Variations
Color information
#BA77DF (or 0xBA77DF) is known color: Medium Orchid. HEX triplet: BA, 77 and DF. RGB value is (186,119,223). Sum of RGB (Red+Green+Blue) = 186+119+223=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA77DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77DF is #458820. Grayscale: #969696. Windows color (decimal): -4556833 or 14645178. OLE color: 14645178.
HSL color Cylindrical-coordinate representation of color #BA77DF: hue angle of 278.65º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA77DF is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 119 | 223 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.13 |
| HSL | 278.65º | 0.62% | 0.67% | - |
| HSV(B) | 278.65º | 0.47% | 0.87% | - |
| XYZ | 40.17 | 28.96 | 73.29 | - |
| YUV | 150.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 223 | 0.17 | 0.47 | 0 | 0.13 | 278.65 | 0.62 | 0.67 |
| Hex | BA | 77 | DF | 11 | 2F | 0 | D | 117 | 3E | 43 |
| Octal | 272 | 167 | 337 | 21 | 57 | 0 | 15 | 427 | 76 | 103 |
| Binary | 10111010 | 1110111 | 11011111 | 10001 | 101111 | 0 | 1101 | 100010111 | 111110 | 1000011 |
Color Harmonies of #BA77DF
Complementary color
Monochromatic Colors of #BA77DF
Black with #BA77DF
Text Example
Text Example
White with #BA77DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77DF; }
p { color: rgb(186,119,223); }
H1.HeaderClassName
{
color: #BA77DF;
}
.AnyTagClassName
{
color: #BA77DF;
}
</style>
background-color css
<style>
a { background-color: #BA77DF; }
a { background-color: rgb(186,119,223); }
div.DivClassName
{
background-color: #BA77DF;
}
.BgClassName
{
background-color: #BA77DF;
}
</style>
border-color css
<style>
span { border-color: #BA77DF; }
span { border-color: rgb(186,119,223); }
td.TdClassName
{
border-color: #BA77DF;
}
.TagClassName
{
border-color: #BA77DF;
}
</style>