Shades of Medium Orchid #BA69D4
Tints of Medium Orchid #BA69D4
RGB
CMYK
RGB Variations
Color information
#BA69D4 (or 0xBA69D4) is known color: Medium Orchid. HEX triplet: BA, 69 and D4. RGB value is (186,105,212). Sum of RGB (Red+Green+Blue) = 186+105+212=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA69D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69D4 is #45962B. Grayscale: #8D8D8D. Windows color (decimal): -4560428 or 13920698. OLE color: 13920698.
HSL color Cylindrical-coordinate representation of color #BA69D4: hue angle of 285.42º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA69D4 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 105 | 212 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.17 |
| HSL | 285.42º | 0.55% | 0.62% | - |
| HSV(B) | 285.42º | 0.5% | 0.83% | - |
| XYZ | 37.18 | 25.3 | 65.21 | - |
| YUV | 141.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 212 | 0.12 | 0.50 | 0 | 0.17 | 285.42 | 0.55 | 0.62 |
| Hex | BA | 69 | D4 | C | 32 | 0 | 11 | 11D | 37 | 3E |
| Octal | 272 | 151 | 324 | 14 | 62 | 0 | 21 | 435 | 67 | 76 |
| Binary | 10111010 | 1101001 | 11010100 | 1100 | 110010 | 0 | 10001 | 100011101 | 110111 | 111110 |
Color Harmonies of #BA69D4
Complementary color
Monochromatic Colors of #BA69D4
Black with #BA69D4
Text Example
Text Example
White with #BA69D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69D4; }
p { color: rgb(186,105,212); }
H1.HeaderClassName
{
color: #BA69D4;
}
.AnyTagClassName
{
color: #BA69D4;
}
</style>
background-color css
<style>
a { background-color: #BA69D4; }
a { background-color: rgb(186,105,212); }
div.DivClassName
{
background-color: #BA69D4;
}
.BgClassName
{
background-color: #BA69D4;
}
</style>
border-color css
<style>
span { border-color: #BA69D4; }
span { border-color: rgb(186,105,212); }
td.TdClassName
{
border-color: #BA69D4;
}
.TagClassName
{
border-color: #BA69D4;
}
</style>