Shades of Medium Orchid #BA6CE8
Tints of Medium Orchid #BA6CE8
RGB
CMYK
RGB Variations
Color information
#BA6CE8 (or 0xBA6CE8) is known color: Medium Orchid. HEX triplet: BA, 6C and E8. RGB value is (186,108,232). Sum of RGB (Red+Green+Blue) = 186+108+232=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA6CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6CE8 is #459317. Grayscale: #919191. Windows color (decimal): -4559640 or 15232186. OLE color: 15232186.
HSL color Cylindrical-coordinate representation of color #BA6CE8: hue angle of 277.74º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA6CE8 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 108 | 232 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.09 |
| HSL | 277.74º | 0.73% | 0.67% | - |
| HSV(B) | 277.74º | 0.53% | 0.91% | - |
| XYZ | 40.18 | 26.99 | 79.44 | - |
| YUV | 145.46 | 176.84 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 232 | 0.20 | 0.53 | 0 | 0.09 | 277.74 | 0.73 | 0.67 |
| Hex | BA | 6C | E8 | 14 | 35 | 0 | 9 | 116 | 49 | 43 |
| Octal | 272 | 154 | 350 | 24 | 65 | 0 | 11 | 426 | 111 | 103 |
| Binary | 10111010 | 1101100 | 11101000 | 10100 | 110101 | 0 | 1001 | 100010110 | 1001001 | 1000011 |
Color Harmonies of #BA6CE8
Complementary color
Monochromatic Colors of #BA6CE8
Black with #BA6CE8
Text Example
Text Example
White with #BA6CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CE8; }
p { color: rgb(186,108,232); }
H1.HeaderClassName
{
color: #BA6CE8;
}
.AnyTagClassName
{
color: #BA6CE8;
}
</style>
background-color css
<style>
a { background-color: #BA6CE8; }
a { background-color: rgb(186,108,232); }
div.DivClassName
{
background-color: #BA6CE8;
}
.BgClassName
{
background-color: #BA6CE8;
}
</style>
border-color css
<style>
span { border-color: #BA6CE8; }
span { border-color: rgb(186,108,232); }
td.TdClassName
{
border-color: #BA6CE8;
}
.TagClassName
{
border-color: #BA6CE8;
}
</style>