Shades of Medium Orchid #BA67E8
Tints of Medium Orchid #BA67E8
RGB
CMYK
RGB Variations
Color information
#BA67E8 (or 0xBA67E8) is known color: Medium Orchid. HEX triplet: BA, 67 and E8. RGB value is (186,103,232). Sum of RGB (Red+Green+Blue) = 186+103+232=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA67E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67E8 is #459817. Grayscale: #8E8E8E. Windows color (decimal): -4560920 or 15230906. OLE color: 15230906.
HSL color Cylindrical-coordinate representation of color #BA67E8: hue angle of 278.6º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA67E8 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 103 | 232 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.09 |
| HSL | 278.6º | 0.74% | 0.66% | - |
| HSV(B) | 278.6º | 0.56% | 0.91% | - |
| XYZ | 39.67 | 25.97 | 79.27 | - |
| YUV | 142.52 | 178.5 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 232 | 0.20 | 0.56 | 0 | 0.09 | 278.6 | 0.74 | 0.66 |
| Hex | BA | 67 | E8 | 14 | 38 | 0 | 9 | 117 | 4A | 42 |
| Octal | 272 | 147 | 350 | 24 | 70 | 0 | 11 | 427 | 112 | 102 |
| Binary | 10111010 | 1100111 | 11101000 | 10100 | 111000 | 0 | 1001 | 100010111 | 1001010 | 1000010 |
Color Harmonies of #BA67E8
Complementary color
Monochromatic Colors of #BA67E8
Black with #BA67E8
Text Example
Text Example
White with #BA67E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA67E8; }
p { color: rgb(186,103,232); }
H1.HeaderClassName
{
color: #BA67E8;
}
.AnyTagClassName
{
color: #BA67E8;
}
</style>
background-color css
<style>
a { background-color: #BA67E8; }
a { background-color: rgb(186,103,232); }
div.DivClassName
{
background-color: #BA67E8;
}
.BgClassName
{
background-color: #BA67E8;
}
</style>
border-color css
<style>
span { border-color: #BA67E8; }
span { border-color: rgb(186,103,232); }
td.TdClassName
{
border-color: #BA67E8;
}
.TagClassName
{
border-color: #BA67E8;
}
</style>