Shades of Medium Orchid #BA67DD
Tints of Medium Orchid #BA67DD
RGB
CMYK
RGB Variations
Color information
#BA67DD (or 0xBA67DD) is known color: Medium Orchid. HEX triplet: BA, 67 and DD. RGB value is (186,103,221). Sum of RGB (Red+Green+Blue) = 186+103+221=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA67DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67DD is #459822. Grayscale: #8C8C8C. Windows color (decimal): -4560931 or 14510010. OLE color: 14510010.
HSL color Cylindrical-coordinate representation of color #BA67DD: hue angle of 282.2º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA67DD is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 103 | 221 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.13 |
| HSL | 282.2º | 0.63% | 0.64% | - |
| HSV(B) | 282.2º | 0.53% | 0.87% | - |
| XYZ | 38.15 | 25.36 | 71.29 | - |
| YUV | 141.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 221 | 0.16 | 0.53 | 0 | 0.13 | 282.2 | 0.63 | 0.64 |
| Hex | BA | 67 | DD | 10 | 35 | 0 | D | 11A | 3F | 40 |
| Octal | 272 | 147 | 335 | 20 | 65 | 0 | 15 | 432 | 77 | 100 |
| Binary | 10111010 | 1100111 | 11011101 | 10000 | 110101 | 0 | 1101 | 100011010 | 111111 | 1000000 |
Color Harmonies of #BA67DD
Complementary color
Monochromatic Colors of #BA67DD
Black with #BA67DD
Text Example
Text Example
White with #BA67DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67DD; }
p { color: rgb(186,103,221); }
H1.HeaderClassName
{
color: #BA67DD;
}
.AnyTagClassName
{
color: #BA67DD;
}
</style>
background-color css
<style>
a { background-color: #BA67DD; }
a { background-color: rgb(186,103,221); }
div.DivClassName
{
background-color: #BA67DD;
}
.BgClassName
{
background-color: #BA67DD;
}
</style>
border-color css
<style>
span { border-color: #BA67DD; }
span { border-color: rgb(186,103,221); }
td.TdClassName
{
border-color: #BA67DD;
}
.TagClassName
{
border-color: #BA67DD;
}
</style>