Shades of Medium Orchid #BA69DD
Tints of Medium Orchid #BA69DD
RGB
CMYK
RGB Variations
Color information
#BA69DD (or 0xBA69DD) is known color: Medium Orchid. HEX triplet: BA, 69 and DD. RGB value is (186,105,221). Sum of RGB (Red+Green+Blue) = 186+105+221=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA69DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69DD is #459622. Grayscale: #8E8E8E. Windows color (decimal): -4560419 or 14510522. OLE color: 14510522.
HSL color Cylindrical-coordinate representation of color #BA69DD: hue angle of 281.9º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA69DD is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 105 | 221 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.13 |
| HSL | 281.9º | 0.63% | 0.64% | - |
| HSV(B) | 281.9º | 0.52% | 0.87% | - |
| XYZ | 38.35 | 25.76 | 71.36 | - |
| YUV | 142.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 221 | 0.16 | 0.52 | 0 | 0.13 | 281.9 | 0.63 | 0.64 |
| Hex | BA | 69 | DD | 10 | 34 | 0 | D | 11A | 3F | 40 |
| Octal | 272 | 151 | 335 | 20 | 64 | 0 | 15 | 432 | 77 | 100 |
| Binary | 10111010 | 1101001 | 11011101 | 10000 | 110100 | 0 | 1101 | 100011010 | 111111 | 1000000 |
Color Harmonies of #BA69DD
Complementary color
Monochromatic Colors of #BA69DD
Black with #BA69DD
Text Example
Text Example
White with #BA69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69DD; }
p { color: rgb(186,105,221); }
H1.HeaderClassName
{
color: #BA69DD;
}
.AnyTagClassName
{
color: #BA69DD;
}
</style>
background-color css
<style>
a { background-color: #BA69DD; }
a { background-color: rgb(186,105,221); }
div.DivClassName
{
background-color: #BA69DD;
}
.BgClassName
{
background-color: #BA69DD;
}
</style>
border-color css
<style>
span { border-color: #BA69DD; }
span { border-color: rgb(186,105,221); }
td.TdClassName
{
border-color: #BA69DD;
}
.TagClassName
{
border-color: #BA69DD;
}
</style>