Shades of Medium Orchid #BA67D5
Tints of Medium Orchid #BA67D5
RGB
CMYK
RGB Variations
Color information
#BA67D5 (or 0xBA67D5) is known color: Medium Orchid. HEX triplet: BA, 67 and D5. RGB value is (186,103,213). Sum of RGB (Red+Green+Blue) = 186+103+213=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA67D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67D5 is #45982A. Grayscale: #8C8C8C. Windows color (decimal): -4560939 or 13985722. OLE color: 13985722.
HSL color Cylindrical-coordinate representation of color #BA67D5: hue angle of 285.27º degrees, saturation: 0.57, 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 #BA67D5 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 103 | 213 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.16 |
| HSL | 285.27º | 0.57% | 0.62% | - |
| HSV(B) | 285.27º | 0.52% | 0.84% | - |
| XYZ | 37.11 | 24.94 | 65.81 | - |
| YUV | 140.36 | 169 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 213 | 0.13 | 0.52 | 0 | 0.16 | 285.27 | 0.57 | 0.62 |
| Hex | BA | 67 | D5 | D | 34 | 0 | 10 | 11D | 39 | 3E |
| Octal | 272 | 147 | 325 | 15 | 64 | 0 | 20 | 435 | 71 | 76 |
| Binary | 10111010 | 1100111 | 11010101 | 1101 | 110100 | 0 | 10000 | 100011101 | 111001 | 111110 |
Color Harmonies of #BA67D5
Complementary color
Monochromatic Colors of #BA67D5
Black with #BA67D5
Text Example
Text Example
White with #BA67D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67D5; }
p { color: rgb(186,103,213); }
H1.HeaderClassName
{
color: #BA67D5;
}
.AnyTagClassName
{
color: #BA67D5;
}
</style>
background-color css
<style>
a { background-color: #BA67D5; }
a { background-color: rgb(186,103,213); }
div.DivClassName
{
background-color: #BA67D5;
}
.BgClassName
{
background-color: #BA67D5;
}
</style>
border-color css
<style>
span { border-color: #BA67D5; }
span { border-color: rgb(186,103,213); }
td.TdClassName
{
border-color: #BA67D5;
}
.TagClassName
{
border-color: #BA67D5;
}
</style>