Shades of Medium Orchid #BA69D1
Tints of Medium Orchid #BA69D1
RGB
CMYK
RGB Variations
Color information
#BA69D1 (or 0xBA69D1) is known color: Medium Orchid. HEX triplet: BA, 69 and D1. RGB value is (186,105,209). Sum of RGB (Red+Green+Blue) = 186+105+209=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA69D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69D1 is #45962E. Grayscale: #8C8C8C. Windows color (decimal): -4560431 or 13724090. OLE color: 13724090.
HSL color Cylindrical-coordinate representation of color #BA69D1: hue angle of 286.73º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA69D1 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 105 | 209 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.18 |
| HSL | 286.73º | 0.53% | 0.62% | - |
| HSV(B) | 286.73º | 0.5% | 0.82% | - |
| XYZ | 36.81 | 25.15 | 63.24 | - |
| YUV | 141.08 | 166.34 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 209 | 0.11 | 0.50 | 0 | 0.18 | 286.73 | 0.53 | 0.62 |
| Hex | BA | 69 | D1 | B | 32 | 0 | 12 | 11F | 35 | 3E |
| Octal | 272 | 151 | 321 | 13 | 62 | 0 | 22 | 437 | 65 | 76 |
| Binary | 10111010 | 1101001 | 11010001 | 1011 | 110010 | 0 | 10010 | 100011111 | 110101 | 111110 |
Color Harmonies of #BA69D1
Complementary color
Monochromatic Colors of #BA69D1
Black with #BA69D1
Text Example
Text Example
White with #BA69D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69D1; }
p { color: rgb(186,105,209); }
H1.HeaderClassName
{
color: #BA69D1;
}
.AnyTagClassName
{
color: #BA69D1;
}
</style>
background-color css
<style>
a { background-color: #BA69D1; }
a { background-color: rgb(186,105,209); }
div.DivClassName
{
background-color: #BA69D1;
}
.BgClassName
{
background-color: #BA69D1;
}
</style>
border-color css
<style>
span { border-color: #BA69D1; }
span { border-color: rgb(186,105,209); }
td.TdClassName
{
border-color: #BA69D1;
}
.TagClassName
{
border-color: #BA69D1;
}
</style>