Shades of Medium Orchid #BA67D9
Tints of Medium Orchid #BA67D9
RGB
CMYK
RGB Variations
Color information
#BA67D9 (or 0xBA67D9) is known color: Medium Orchid. HEX triplet: BA, 67 and D9. RGB value is (186,103,217). Sum of RGB (Red+Green+Blue) = 186+103+217=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA67D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67D9 is #459826. Grayscale: #8C8C8C. Windows color (decimal): -4560935 or 14247866. OLE color: 14247866.
HSL color Cylindrical-coordinate representation of color #BA67D9: hue angle of 283.68º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA67D9 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 103 | 217 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.15 |
| HSL | 283.68º | 0.6% | 0.63% | - |
| HSV(B) | 283.68º | 0.53% | 0.85% | - |
| XYZ | 37.62 | 25.15 | 68.52 | - |
| YUV | 140.81 | 171 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 217 | 0.14 | 0.53 | 0 | 0.15 | 283.68 | 0.6 | 0.63 |
| Hex | BA | 67 | D9 | E | 35 | 0 | F | 11C | 3C | 3F |
| Octal | 272 | 147 | 331 | 16 | 65 | 0 | 17 | 434 | 74 | 77 |
| Binary | 10111010 | 1100111 | 11011001 | 1110 | 110101 | 0 | 1111 | 100011100 | 111100 | 111111 |
Color Harmonies of #BA67D9
Complementary color
Monochromatic Colors of #BA67D9
Black with #BA67D9
Text Example
Text Example
White with #BA67D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67D9; }
p { color: rgb(186,103,217); }
H1.HeaderClassName
{
color: #BA67D9;
}
.AnyTagClassName
{
color: #BA67D9;
}
</style>
background-color css
<style>
a { background-color: #BA67D9; }
a { background-color: rgb(186,103,217); }
div.DivClassName
{
background-color: #BA67D9;
}
.BgClassName
{
background-color: #BA67D9;
}
</style>
border-color css
<style>
span { border-color: #BA67D9; }
span { border-color: rgb(186,103,217); }
td.TdClassName
{
border-color: #BA67D9;
}
.TagClassName
{
border-color: #BA67D9;
}
</style>