Shades of Medium Orchid #BA69D7
Tints of Medium Orchid #BA69D7
RGB
CMYK
RGB Variations
Color information
#BA69D7 (or 0xBA69D7) is known color: Medium Orchid. HEX triplet: BA, 69 and D7. RGB value is (186,105,215). Sum of RGB (Red+Green+Blue) = 186+105+215=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA69D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69D7 is #459628. Grayscale: #8D8D8D. Windows color (decimal): -4560425 or 14117306. OLE color: 14117306.
HSL color Cylindrical-coordinate representation of color #BA69D7: hue angle of 284.18º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA69D7 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 105 | 215 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.16 |
| HSL | 284.18º | 0.58% | 0.63% | - |
| HSV(B) | 284.18º | 0.51% | 0.84% | - |
| XYZ | 37.57 | 25.45 | 67.22 | - |
| YUV | 141.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 215 | 0.13 | 0.51 | 0 | 0.16 | 284.18 | 0.58 | 0.63 |
| Hex | BA | 69 | D7 | D | 33 | 0 | 10 | 11C | 3A | 3F |
| Octal | 272 | 151 | 327 | 15 | 63 | 0 | 20 | 434 | 72 | 77 |
| Binary | 10111010 | 1101001 | 11010111 | 1101 | 110011 | 0 | 10000 | 100011100 | 111010 | 111111 |
Color Harmonies of #BA69D7
Complementary color
Monochromatic Colors of #BA69D7
Black with #BA69D7
Text Example
Text Example
White with #BA69D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69D7; }
p { color: rgb(186,105,215); }
H1.HeaderClassName
{
color: #BA69D7;
}
.AnyTagClassName
{
color: #BA69D7;
}
</style>
background-color css
<style>
a { background-color: #BA69D7; }
a { background-color: rgb(186,105,215); }
div.DivClassName
{
background-color: #BA69D7;
}
.BgClassName
{
background-color: #BA69D7;
}
</style>
border-color css
<style>
span { border-color: #BA69D7; }
span { border-color: rgb(186,105,215); }
td.TdClassName
{
border-color: #BA69D7;
}
.TagClassName
{
border-color: #BA69D7;
}
</style>