Shades of Medium Orchid #BA67EF
Tints of Medium Orchid #BA67EF
RGB
CMYK
RGB Variations
Color information
#BA67EF (or 0xBA67EF) is known color: Medium Orchid. HEX triplet: BA, 67 and EF. RGB value is (186,103,239). Sum of RGB (Red+Green+Blue) = 186+103+239=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA67EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67EF is #459810. Grayscale: #8E8E8E. Windows color (decimal): -4560913 or 15689658. OLE color: 15689658.
HSL color Cylindrical-coordinate representation of color #BA67EF: hue angle of 276.62º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA67EF is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 103 | 239 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.06 |
| HSL | 276.62º | 0.81% | 0.67% | - |
| HSV(B) | 276.62º | 0.57% | 0.94% | - |
| XYZ | 40.68 | 26.37 | 84.61 | - |
| YUV | 143.32 | 182 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 239 | 0.22 | 0.57 | 0 | 0.06 | 276.62 | 0.81 | 0.67 |
| Hex | BA | 67 | EF | 16 | 39 | 0 | 6 | 115 | 51 | 43 |
| Octal | 272 | 147 | 357 | 26 | 71 | 0 | 6 | 425 | 121 | 103 |
| Binary | 10111010 | 1100111 | 11101111 | 10110 | 111001 | 0 | 110 | 100010101 | 1010001 | 1000011 |
Color Harmonies of #BA67EF
Complementary color
Monochromatic Colors of #BA67EF
Black with #BA67EF
Text Example
Text Example
White with #BA67EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67EF; }
p { color: rgb(186,103,239); }
H1.HeaderClassName
{
color: #BA67EF;
}
.AnyTagClassName
{
color: #BA67EF;
}
</style>
background-color css
<style>
a { background-color: #BA67EF; }
a { background-color: rgb(186,103,239); }
div.DivClassName
{
background-color: #BA67EF;
}
.BgClassName
{
background-color: #BA67EF;
}
</style>
border-color css
<style>
span { border-color: #BA67EF; }
span { border-color: rgb(186,103,239); }
td.TdClassName
{
border-color: #BA67EF;
}
.TagClassName
{
border-color: #BA67EF;
}
</style>