Shades of Medium Orchid #BA67D7
Tints of Medium Orchid #BA67D7
RGB
CMYK
RGB Variations
Color information
#BA67D7 (or 0xBA67D7) is known color: Medium Orchid. HEX triplet: BA, 67 and D7. RGB value is (186,103,215). Sum of RGB (Red+Green+Blue) = 186+103+215=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA67D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67D7 is #459828. Grayscale: #8C8C8C. Windows color (decimal): -4560937 or 14116794. OLE color: 14116794.
HSL color Cylindrical-coordinate representation of color #BA67D7: hue angle of 284.46º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA67D7 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 103 | 215 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.16 |
| HSL | 284.46º | 0.58% | 0.62% | - |
| HSV(B) | 284.46º | 0.52% | 0.84% | - |
| XYZ | 37.37 | 25.05 | 67.15 | - |
| YUV | 140.59 | 170 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 215 | 0.13 | 0.52 | 0 | 0.16 | 284.46 | 0.58 | 0.62 |
| Hex | BA | 67 | D7 | D | 34 | 0 | 10 | 11C | 3A | 3E |
| Octal | 272 | 147 | 327 | 15 | 64 | 0 | 20 | 434 | 72 | 76 |
| Binary | 10111010 | 1100111 | 11010111 | 1101 | 110100 | 0 | 10000 | 100011100 | 111010 | 111110 |
Color Harmonies of #BA67D7
Complementary color
Monochromatic Colors of #BA67D7
Black with #BA67D7
Text Example
Text Example
White with #BA67D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67D7; }
p { color: rgb(186,103,215); }
H1.HeaderClassName
{
color: #BA67D7;
}
.AnyTagClassName
{
color: #BA67D7;
}
</style>
background-color css
<style>
a { background-color: #BA67D7; }
a { background-color: rgb(186,103,215); }
div.DivClassName
{
background-color: #BA67D7;
}
.BgClassName
{
background-color: #BA67D7;
}
</style>
border-color css
<style>
span { border-color: #BA67D7; }
span { border-color: rgb(186,103,215); }
td.TdClassName
{
border-color: #BA67D7;
}
.TagClassName
{
border-color: #BA67D7;
}
</style>