Shades of Medium Orchid #BA67D6
Tints of Medium Orchid #BA67D6
RGB
CMYK
RGB Variations
Color information
#BA67D6 (or 0xBA67D6) is known color: Medium Orchid. HEX triplet: BA, 67 and D6. RGB value is (186,103,214). Sum of RGB (Red+Green+Blue) = 186+103+214=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA67D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67D6 is #459829. Grayscale: #8C8C8C. Windows color (decimal): -4560938 or 14051258. OLE color: 14051258.
HSL color Cylindrical-coordinate representation of color #BA67D6: hue angle of 284.86º 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 #BA67D6 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 103 | 214 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.16 |
| HSL | 284.86º | 0.58% | 0.62% | - |
| HSV(B) | 284.86º | 0.52% | 0.84% | - |
| XYZ | 37.24 | 24.99 | 66.48 | - |
| YUV | 140.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 214 | 0.13 | 0.52 | 0 | 0.16 | 284.86 | 0.58 | 0.62 |
| Hex | BA | 67 | D6 | D | 34 | 0 | 10 | 11D | 3A | 3E |
| Octal | 272 | 147 | 326 | 15 | 64 | 0 | 20 | 435 | 72 | 76 |
| Binary | 10111010 | 1100111 | 11010110 | 1101 | 110100 | 0 | 10000 | 100011101 | 111010 | 111110 |
Color Harmonies of #BA67D6
Complementary color
Monochromatic Colors of #BA67D6
Black with #BA67D6
Text Example
Text Example
White with #BA67D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67D6; }
p { color: rgb(186,103,214); }
H1.HeaderClassName
{
color: #BA67D6;
}
.AnyTagClassName
{
color: #BA67D6;
}
</style>
background-color css
<style>
a { background-color: #BA67D6; }
a { background-color: rgb(186,103,214); }
div.DivClassName
{
background-color: #BA67D6;
}
.BgClassName
{
background-color: #BA67D6;
}
</style>
border-color css
<style>
span { border-color: #BA67D6; }
span { border-color: rgb(186,103,214); }
td.TdClassName
{
border-color: #BA67D6;
}
.TagClassName
{
border-color: #BA67D6;
}
</style>