Shades of Medium Orchid #BA69DF
Tints of Medium Orchid #BA69DF
RGB
CMYK
RGB Variations
Color information
#BA69DF (or 0xBA69DF) is known color: Medium Orchid. HEX triplet: BA, 69 and DF. RGB value is (186,105,223). Sum of RGB (Red+Green+Blue) = 186+105+223=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA69DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69DF is #459620. Grayscale: #8E8E8E. Windows color (decimal): -4560417 or 14641594. OLE color: 14641594.
HSL color Cylindrical-coordinate representation of color #BA69DF: hue angle of 281.19º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA69DF is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 105 | 223 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.13 |
| HSL | 281.19º | 0.65% | 0.64% | - |
| HSV(B) | 281.19º | 0.53% | 0.87% | - |
| XYZ | 38.62 | 25.87 | 72.77 | - |
| YUV | 142.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 223 | 0.17 | 0.53 | 0 | 0.13 | 281.19 | 0.65 | 0.64 |
| Hex | BA | 69 | DF | 11 | 35 | 0 | D | 119 | 41 | 40 |
| Octal | 272 | 151 | 337 | 21 | 65 | 0 | 15 | 431 | 101 | 100 |
| Binary | 10111010 | 1101001 | 11011111 | 10001 | 110101 | 0 | 1101 | 100011001 | 1000001 | 1000000 |
Color Harmonies of #BA69DF
Complementary color
Monochromatic Colors of #BA69DF
Black with #BA69DF
Text Example
Text Example
White with #BA69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69DF; }
p { color: rgb(186,105,223); }
H1.HeaderClassName
{
color: #BA69DF;
}
.AnyTagClassName
{
color: #BA69DF;
}
</style>
background-color css
<style>
a { background-color: #BA69DF; }
a { background-color: rgb(186,105,223); }
div.DivClassName
{
background-color: #BA69DF;
}
.BgClassName
{
background-color: #BA69DF;
}
</style>
border-color css
<style>
span { border-color: #BA69DF; }
span { border-color: rgb(186,105,223); }
td.TdClassName
{
border-color: #BA69DF;
}
.TagClassName
{
border-color: #BA69DF;
}
</style>