Shades of Medium Orchid #BA69D0
Tints of Medium Orchid #BA69D0
RGB
CMYK
RGB Variations
Color information
#BA69D0 (or 0xBA69D0) is known color: Medium Orchid. HEX triplet: BA, 69 and D0. RGB value is (186,105,208). Sum of RGB (Red+Green+Blue) = 186+105+208=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA69D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69D0 is #45962F. Grayscale: #8C8C8C. Windows color (decimal): -4560432 or 13658554. OLE color: 13658554.
HSL color Cylindrical-coordinate representation of color #BA69D0: hue angle of 287.18º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA69D0 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 105 | 208 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.18 |
| HSL | 287.18º | 0.52% | 0.61% | - |
| HSV(B) | 287.18º | 0.5% | 0.82% | - |
| XYZ | 36.69 | 25.1 | 62.59 | - |
| YUV | 140.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 208 | 0.11 | 0.50 | 0 | 0.18 | 287.18 | 0.52 | 0.61 |
| Hex | BA | 69 | D0 | B | 32 | 0 | 12 | 11F | 34 | 3D |
| Octal | 272 | 151 | 320 | 13 | 62 | 0 | 22 | 437 | 64 | 75 |
| Binary | 10111010 | 1101001 | 11010000 | 1011 | 110010 | 0 | 10010 | 100011111 | 110100 | 111101 |
Color Harmonies of #BA69D0
Complementary color
Monochromatic Colors of #BA69D0
Black with #BA69D0
Text Example
Text Example
White with #BA69D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69D0; }
p { color: rgb(186,105,208); }
H1.HeaderClassName
{
color: #BA69D0;
}
.AnyTagClassName
{
color: #BA69D0;
}
</style>
background-color css
<style>
a { background-color: #BA69D0; }
a { background-color: rgb(186,105,208); }
div.DivClassName
{
background-color: #BA69D0;
}
.BgClassName
{
background-color: #BA69D0;
}
</style>
border-color css
<style>
span { border-color: #BA69D0; }
span { border-color: rgb(186,105,208); }
td.TdClassName
{
border-color: #BA69D0;
}
.TagClassName
{
border-color: #BA69D0;
}
</style>