Shades of Medium Orchid #BA69CD
Tints of Medium Orchid #BA69CD
RGB
CMYK
RGB Variations
Color information
#BA69CD (or 0xBA69CD) is known color: Medium Orchid. HEX triplet: BA, 69 and CD. RGB value is (186,105,205). Sum of RGB (Red+Green+Blue) = 186+105+205=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA69CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69CD is #459632. Grayscale: #8C8C8C. Windows color (decimal): -4560435 or 13461946. OLE color: 13461946.
HSL color Cylindrical-coordinate representation of color #BA69CD: hue angle of 288.6º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA69CD is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 105 | 205 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.20 |
| HSL | 288.6º | 0.5% | 0.61% | - |
| HSV(B) | 288.6º | 0.49% | 0.8% | - |
| XYZ | 36.32 | 24.95 | 60.66 | - |
| YUV | 140.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 205 | 0.09 | 0.49 | 0 | 0.20 | 288.6 | 0.5 | 0.61 |
| Hex | BA | 69 | CD | 9 | 31 | 0 | 14 | 121 | 32 | 3D |
| Octal | 272 | 151 | 315 | 11 | 61 | 0 | 24 | 441 | 62 | 75 |
| Binary | 10111010 | 1101001 | 11001101 | 1001 | 110001 | 0 | 10100 | 100100001 | 110010 | 111101 |
Color Harmonies of #BA69CD
Complementary color
Monochromatic Colors of #BA69CD
Black with #BA69CD
Text Example
Text Example
White with #BA69CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69CD; }
p { color: rgb(186,105,205); }
H1.HeaderClassName
{
color: #BA69CD;
}
.AnyTagClassName
{
color: #BA69CD;
}
</style>
background-color css
<style>
a { background-color: #BA69CD; }
a { background-color: rgb(186,105,205); }
div.DivClassName
{
background-color: #BA69CD;
}
.BgClassName
{
background-color: #BA69CD;
}
</style>
border-color css
<style>
span { border-color: #BA69CD; }
span { border-color: rgb(186,105,205); }
td.TdClassName
{
border-color: #BA69CD;
}
.TagClassName
{
border-color: #BA69CD;
}
</style>