Shades of Medium Orchid #BA67DE
Tints of Medium Orchid #BA67DE
RGB
CMYK
RGB Variations
Color information
#BA67DE (or 0xBA67DE) is known color: Medium Orchid. HEX triplet: BA, 67 and DE. RGB value is (186,103,222). Sum of RGB (Red+Green+Blue) = 186+103+222=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA67DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67DE is #459821. Grayscale: #8C8C8C. Windows color (decimal): -4560930 or 14575546. OLE color: 14575546.
HSL color Cylindrical-coordinate representation of color #BA67DE: hue angle of 281.85º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA67DE is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 103 | 222 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.13 |
| HSL | 281.85º | 0.64% | 0.64% | - |
| HSV(B) | 281.85º | 0.54% | 0.87% | - |
| XYZ | 38.28 | 25.41 | 71.99 | - |
| YUV | 141.38 | 173.5 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 222 | 0.16 | 0.54 | 0 | 0.13 | 281.85 | 0.64 | 0.64 |
| Hex | BA | 67 | DE | 10 | 36 | 0 | D | 11A | 40 | 40 |
| Octal | 272 | 147 | 336 | 20 | 66 | 0 | 15 | 432 | 100 | 100 |
| Binary | 10111010 | 1100111 | 11011110 | 10000 | 110110 | 0 | 1101 | 100011010 | 1000000 | 1000000 |
Color Harmonies of #BA67DE
Complementary color
Monochromatic Colors of #BA67DE
Black with #BA67DE
Text Example
Text Example
White with #BA67DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67DE; }
p { color: rgb(186,103,222); }
H1.HeaderClassName
{
color: #BA67DE;
}
.AnyTagClassName
{
color: #BA67DE;
}
</style>
background-color css
<style>
a { background-color: #BA67DE; }
a { background-color: rgb(186,103,222); }
div.DivClassName
{
background-color: #BA67DE;
}
.BgClassName
{
background-color: #BA67DE;
}
</style>
border-color css
<style>
span { border-color: #BA67DE; }
span { border-color: rgb(186,103,222); }
td.TdClassName
{
border-color: #BA67DE;
}
.TagClassName
{
border-color: #BA67DE;
}
</style>